...
Major version changes should be accompanied by a breaking change in the API.
E.g. removing or changing the schema of returned data in existing API routes.
Minor version changes should be accompanied by a non-breaking change in the API.
E.g. adding new, additional data to existing routes, or adding new routes entirely.
Patch version changes should be accompanied by fixes or updates introducing no new API functionalitychanges.
E.g. bug fixes.
Versioning https://github.com/renalreg/ukrdc-nuxt-3
...