diff --git a/semver.md b/semver.md index be210b3a..7d8d50ae 100644 --- a/semver.md +++ b/semver.md @@ -6,7 +6,7 @@ Summary Given a version number MAJOR.MINOR.PATCH, increment the: -1. MAJOR version when you make incompatible API changes, +1. MAJOR version when you make incompatible package or API changes, 1. MINOR version when you add functionality in a backwards compatible manner, and 1. PATCH version when you make backwards compatible bug fixes.