4.0.0
christopherthielen
released this
27 Dec 20:27
·
14 commits
to master
since this release
4.0.0 (2020-12-27)
Compare check-peer-dependencies
versions 3.1.0 and 4.0.0
Features
- prerelease: include prerelease when matching ranges, i.e. the range ">=6.0.0" matches "7.0.0-beta.1" (0493379)
BREAKING CHANGES
- prerelease: Matches prerelease versions
Previously, a prerelease would not satisfy semver ranges that seem like they should match.
For example, the range >=6.0.0
previously would not match 7.0.0-beta.1
. Now it does.
See https://github.com/npm/node-semver#prerelease-tags for more details.