We use standard-version to generate a changelog from git commits and bump the package version.
npm run release
. If the version you’re working on is a pre-release, run npm run release -- --prerelease alpha|beta|rc
.npm publish
to publish a new package to NPM.