@paris-ias/data
v1.3.0
Published
We follow the semantic versioning convention to upgrade the repository version [semver](https://semver.org/)
Downloads
202
Readme
Repository Update Convention
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