You are developing an NPM package and are about to publish a version with experimental features. What is the semantic versioning compliant way to version this release?

  • 0.0.1
  • 0.1.0
  • 1.0.0
  • 2.0.0
According to SemVer, when you have experimental or initial releases that may have breaking changes, you should start with version 0.0.1. This signifies that the package is in the early development stage.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *