Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 150 Bytes

RELEASE.md

File metadata and controls

13 lines (9 loc) · 150 Bytes

How to publish a new version

First, update the version of the package:

npm version <new version>

Then run:

npm publish