- Update the version in projects/plotly/package.json
- Update the CHANGELOG.md
ng test --codeCoverage=true --progress=true --watch=false
cp README.md angular-plotly.png projects/plotly
ng build plotly --prod
npm publish dist/plotly
git tag -a <version> -m <version>