Skip to content

Commit e7e6b4b

Browse files
authored
Add more related projects to the readme
1 parent ca34f45 commit e7e6b4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)