semver-check
semver-check copied to clipboard
Incorrect minor release statement for some caret constraints
https://jubianchi.github.io/semver-check/#/^0.1.0/0.1.0
When setting the constraint to ^0.1.0
the first line correctly states that the range this matches is >=0.1.0 <0.2.0-0
. However the description further down says that you will get:
The next minor releases which will provide new features
This is incorrect, given the next minor release will be 0.2.0.
I think I know where to fix this, but waiting on https://github.com/jubianchi/semver-check/issues/125 to be fixed first.