# Contributing

## Making changes

* Use TDD
* Update `CHANGELOG.md` when you make a significant change

## Release process

Update links in `CHANGELOG.md` and commit. Then:

    npm version NEW_VERSION
    npm publish --access public
    git push && git push --tags
