We follow the semantic versioning convention to upgrade the repository version semver
-
For a major change in the project, upgrade the package version using:
npm version major
-
For a minor change, use the command:
npm version minor
-
For a fix (patch), use:
npm version patch