FYI, you can just do npm version <patch|minor|major> to bump versions when doing a release. That will bump the version in package.json, do a git commit and git tag automatically.
And with this PR, it will also automatically be published to npm and pushed to github.
As described here
FYI, you can just do npm version <patch|minor|major> to bump versions when doing a release. That will bump the version in package.json, do a git commit and git tag automatically.
And with this PR, it will also automatically be published to npm and pushed to github.