Update "version" of package.json and change unreleased section of CHANGELOG.md to the new version. Then,
git tag v$(jq -r .version package.json)
git push
git push --tags
npm run build
npm publish
npm run gh-release
Update "version" of package.json and change unreleased section of CHANGELOG.md to the new version. Then,
git tag v$(jq -r .version package.json)
git push
git push --tags
npm run build
npm publish
npm run gh-release