A Promise that invokes a XmlHttpRequest.
- Change the version number in
bower.json
andpackage.json
- Create a new release in github with the same name for tag and title as the version number (e.g.
1.0.0
). Do not forget to include the changelog in the release description. - Run
npm publish
to publish the new version to npm
To run the tests do npm run test
.