From 6026973892f02a65cfcfac4a30acc68bef764501 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Mar 2022 08:48:27 +0000 Subject: [PATCH] chore(release): 0.38.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [0.38.0](https://github.com/MTES-MCT/camino-api/compare/v0.37.0...v0.38.0) (2022-03-17) ### Bug Fixes * **fichiers:** ajoute automatiquement les dossiers utilisés pour stocker les fichiers ([#913](https://github.com/MTES-MCT/camino-api/issues/913)) ([8397a39](https://github.com/MTES-MCT/camino-api/commit/8397a39062dcb7ebbd2d2ffd473689516719f879)) ### Features * **démarches:** donne la possibilité aux administrations de supprimer les démarches sans étape ([#917](https://github.com/MTES-MCT/camino-api/issues/917)) ([6f8fc52](https://github.com/MTES-MCT/camino-api/commit/6f8fc52bd91cfa2db34eb8c901a841edd3e6e670)) * **openfisca:** mise à jour de la structure des objets échangés avec Openfisca ([27160c7](https://github.com/MTES-MCT/camino-api/commit/27160c7b17d7203786c3ffef71847bd3c69ae1df)) * **titres:** archive les titres, les démarches et les étapes ([#915](https://github.com/MTES-MCT/camino-api/issues/915)) ([6488fc8](https://github.com/MTES-MCT/camino-api/commit/6488fc863f63c5b8fbd0eb255a2d07294a115e59)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de432af..199bca1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.38.0](https://github.com/MTES-MCT/camino-api/compare/v0.37.0...v0.38.0) (2022-03-17) + + +### Bug Fixes + +* **fichiers:** ajoute automatiquement les dossiers utilisés pour stocker les fichiers ([#913](https://github.com/MTES-MCT/camino-api/issues/913)) ([8397a39](https://github.com/MTES-MCT/camino-api/commit/8397a39062dcb7ebbd2d2ffd473689516719f879)) + + +### Features + +* **démarches:** donne la possibilité aux administrations de supprimer les démarches sans étape ([#917](https://github.com/MTES-MCT/camino-api/issues/917)) ([6f8fc52](https://github.com/MTES-MCT/camino-api/commit/6f8fc52bd91cfa2db34eb8c901a841edd3e6e670)) +* **openfisca:** mise à jour de la structure des objets échangés avec Openfisca ([27160c7](https://github.com/MTES-MCT/camino-api/commit/27160c7b17d7203786c3ffef71847bd3c69ae1df)) +* **titres:** archive les titres, les démarches et les étapes ([#915](https://github.com/MTES-MCT/camino-api/issues/915)) ([6488fc8](https://github.com/MTES-MCT/camino-api/commit/6488fc863f63c5b8fbd0eb255a2d07294a115e59)) + # [0.37.0](https://github.com/MTES-MCT/camino-api/compare/v0.36.0...v0.37.0) (2022-03-01) diff --git a/package-lock.json b/package-lock.json index 4967645e..8c74f26c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "camino-api", - "version": "0.37.0", + "version": "0.38.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "camino-api", - "version": "0.37.0", + "version": "0.38.0", "license": "AGPL-3.0-or-later", "dependencies": { "@graphql-tools/graphql-file-loader": "^7.3.3", diff --git a/package.json b/package.json index 3aee3927..46e82816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "camino-api", - "version": "0.37.0", + "version": "0.38.0", "description": "Camino api", "license": "AGPL-3.0-or-later", "private": true,