@hbouare/data
v0.1.0
Published
We follow the semantic versioning convention to upgrade the repository version [semver](https://semver.org/)
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 majorFor a minor change, use the command:
npm version minorFor a fix (patch), use:
npm version patch
