Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 130 Bytes

RELEASE.md

File metadata and controls

9 lines (8 loc) · 130 Bytes

How to release

## Publish a new version to npm
```bash
npm version patch
npm publish
git push --tags origin master