Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 251 Bytes

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