### Cutting a release

```
npm version 1.2.3
git push --tags
npm publish
```