Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 159 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (5 loc) · 159 Bytes

New version release

To relese new version of package use npm version command.

npm version [major | minor | patch] -m "Upgrade to %s for reasons"