diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dcb2250..3e7f4f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.5](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.2.4...v2.2.5) (2020-09-17) + + +### Bug Fixes + +* **deps:** update dependency knex to ^0.21.5 ([#35](https://github.com/SocialGouv/work-in-france-backoffice/issues/35)) ([ae373c0](https://github.com/SocialGouv/work-in-france-backoffice/commit/ae373c0c21907607bcb17e31acf5f5bc8796e92e)) +* **deps:** update dependency koa-bodyparser to ^4.3.0 ([#37](https://github.com/SocialGouv/work-in-france-backoffice/issues/37)) ([9c740d3](https://github.com/SocialGouv/work-in-france-backoffice/commit/9c740d33f4601bbf77b9180714c4b1976dc43886)) + + + + + ## [2.2.4](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.2.3...v2.2.4) (2020-09-17) diff --git a/lerna.json b/lerna.json index 4902365c..1b786bc1 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "2.2.4" + "version": "2.2.5" } diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 87789a25..5a4e28a9 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.5](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.2.4...v2.2.5) (2020-09-17) + + +### Bug Fixes + +* **deps:** update dependency knex to ^0.21.5 ([#35](https://github.com/SocialGouv/work-in-france-backoffice/issues/35)) ([ae373c0](https://github.com/SocialGouv/work-in-france-backoffice/commit/ae373c0c21907607bcb17e31acf5f5bc8796e92e)) +* **deps:** update dependency koa-bodyparser to ^4.3.0 ([#37](https://github.com/SocialGouv/work-in-france-backoffice/issues/37)) ([9c740d3](https://github.com/SocialGouv/work-in-france-backoffice/commit/9c740d33f4601bbf77b9180714c4b1976dc43886)) + + + + + ## [2.2.4](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.2.3...v2.2.4) (2020-09-17) diff --git a/packages/api/package.json b/packages/api/package.json index a981230e..2c387e55 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "2.2.4", + "version": "2.2.5", "main": "index.js", "author": "Incubateur des Ministères Sociaux (https://incubateur.social.gouv.fr)", "license": "Apache-2.0",