Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 297 Bytes

BUMP_VERSION.md

File metadata and controls

11 lines (10 loc) · 297 Bytes

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 c` to build
5. Commit changes
6. Tag commit with new version
7. Push to remote
8. Publish to the npm registry
9. Done