-
update package.json version
-
publish to npm
npm publish
- commit changes
git add .
git commit -m "chore(publish): version 1.0.1"
- use next git tag following symantec versions same as package
git tag 1.0.1
5 push changes and tags
git push && git push --tags