Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 511 Bytes

File metadata and controls

21 lines (14 loc) · 511 Bytes

Update CHANGELOG.md

Following the Keep A Changelog guide. Be sure to commit that.

Run release-it

npm run release

Answer the questions it asks. If it doesn't publish to npm for some reason (wait a couple of minutes and check the package version) you can manually do that via:

npm publish

Update the demo

npm run deploy:demo