- Make sure you have a clean and up-to-date working directory pointing to master branch
- Create a new version. Try to follow Semantic Versioning.
npm version [patch|minor|major]
- Publish version to npm. You will need to be logged in. Check npm adduser.
npm publish
- Update demo page.
npm run gh-pages