File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ semverRegex().exec('unicorn 1.0.0 rainbow')[0];
3232## Related
3333
3434- [ find-versions] ( https://github.com/sindresorhus/find-versions ) - Find semver versions in a string
35+ - [ latest-semver] ( https://github.com/sindresorhus/latest-semver ) - Get the latest stable semver version from an array of versions
36+ - [ to-semver] ( https://github.com/sindresorhus/to-semver ) - Get an array of valid, sorted, and cleaned semver versions from an array of strings
37+ - [ semver-diff] ( https://github.com/sindresorhus/semver-diff ) - Get the diff type of two semver versions: ` 0.0.1 ` ` 0.0.2 ` → ` patch `
38+ - [ semver-truncate] ( https://github.com/sindresorhus/semver-truncate ) - Truncate a semver version: ` 1.2.3 ` → ` 1.2.0 `
3539
3640
3741## License
You can’t perform that action at this time.
0 commit comments