UNPKG

pocket-messaging

Version:

A small cryptographic messaging library written in TypeScript both for browser and nodejs supporting TCP and WebSockets

13 lines (11 loc) 324 B
# 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