Showing posts with label semantic versioning. Show all posts
Showing posts with label semantic versioning. Show all posts

Wednesday, May 20, 2020

npm semantic versioning

NPM uses Semantic package versioning, which is a 3 part versioning like 7.5.5
<Major version>.<Minor version>.<Patch version>

Patch version – Patch versions will includes bug fixes
Minor version – Minor versions will include feature additions without breaking changes
Major version – Major version changes can include breaking changes