npm testnpm run build- Update package.json & bower.json version
- Update Changelog.md
git commit -am"Releasing x.x.x"git pushgit tag -a vx.x.x -m"version x.x.x"git push origin --tagsnpm publish ./
npm testnpm run buildgit commit -am"Releasing x.x.x"git pushgit tag -a vx.x.x -m"version x.x.x"git push origin --tagsnpm publish ./