- Update the following files in OtherLanguages/js
- Update version numbers in package.json
- Update CHANGELOG.md
- Update copyright year in Gruntfile.js, README.md and README.hbs
- If applicable, update usage in README.md and README.hbs
- Build and publish to npm
cd OtherLanguages/js
npm install && npm run build
cd dist
npm pack --dry-run (check file list and version)
npm login
npm pack (stop here and review tar file locally)
npm publish