Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 251 Bytes

Versioning.md

File metadata and controls

13 lines (11 loc) · 251 Bytes

Docs ▸ Development ▸ Versioning

Versioning

# Choose from one of these
npm version patch
npm version minor
npm version major
# Check package version and size.
# If everything looks good, then publish
npm publish