$ npm version major|minor|patchWith message.
$ npm version patch -m "my annotated message"$ npm publish$ git push --tagsUpdate package.json to include the username scope:
{
"name": "@vutran/my-package"
}Publish on NPM
$ npm publish --access public