# How to bump version

    1. Update CHANGELOG.md
    2. Update package.json to new version
    3. Run `npm i` to update package-lock.json
    4. Run `npm run build` to build
    5. run `npm test`
    6. Commit changes
    7. Tag commit with new version
    8. Push to remote
    9. Publish to the npm registry
    10. Done
