diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6cc98..26db06f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ Toutes les modifications notables apportées à ce projet seront documentées dans ce fichier. Consultez [standard-version](https://github.com/conventional-changelog/standard-version) pour les lignes directrices des commits. +## [1.4.0](https://github.com/bibudem/api-communs/compare/v1.3.0...v1.4.0) (2023-02-24) + + +### Features + +* **schema:** Ajout d'une route /schemas/error pour le schéma errors.json ([84acfba](https://github.com/bibudem/api-communs/commit/84acfbadf08ae7ac69bd2a014feaa040d84aafa5)) + + +### Bug Fixes + +* **schema:** Le schéma errors.json ne validait pas ([0bf52bb](https://github.com/bibudem/api-communs/commit/0bf52bba4fc393a2d90e8db71e89e6797f90b22d)) + ## [1.3.0](https://github.com/bibudem/api-communs/compare/v1.2.0...v1.3.0) (2023-02-21) diff --git a/package-lock.json b/package-lock.json index 8e5d813..3c0d9f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bibudem/api-communs", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bibudem/api-communs", - "version": "1.3.0", + "version": "1.4.0", "license": "ISC", "dependencies": { "express": "^4.18.2", diff --git a/package.json b/package.json index 4761307..b763209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bibudem/api-communs", - "version": "1.3.0", + "version": "1.4.0", "description": "Librairies communes utilisées par les services REST des Bibliothèques de l'Université de Montréal", "type": "module", "exports": "./index.js",