···178178```
179179180180### Publish new version
181181-1. Bump the version number. `<version>` can be `patch`, `minor`, `major` or a version number.
181181+1. Update CHANGELOG.md
182182+2. Bump the version number and commit/tag. `<version>` can be `patch`, `minor`, `major` or a version number.
182183 ```
183184 npm version <version>
184185 ```
185185-2. Update CHANGELOG.md
186186-3. Commit and create git tag
187187-4. Create GitHub release with release notes
1881865. Publish to npm:
189187 ```
190188 npm publish
191189 ```
190190+6. Create GitHub release with release notes