diff --git a/CHANGELOG.md b/CHANGELOG.md index b18ebf56..bd4feb92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.6](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.3.5...v2.3.6) (2020-11-16) + + +### Bug Fixes + +* **api:** wrong knex config ([9046ea7](https://github.com/SocialGouv/work-in-france-backoffice/commit/9046ea7a5efb699ea60502fb1cdd175dd03e1afc)) + + + + + ## [2.3.5](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.3.4...v2.3.5) (2020-11-16) diff --git a/lerna.json b/lerna.json index e2fec61a..8bdf47fd 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "2.3.5" + "version": "2.3.6" } diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index ec9f6531..ab1cc981 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.6](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.3.5...v2.3.6) (2020-11-16) + + +### Bug Fixes + +* **api:** wrong knex config ([9046ea7](https://github.com/SocialGouv/work-in-france-backoffice/commit/9046ea7a5efb699ea60502fb1cdd175dd03e1afc)) + + + + + ## [2.3.5](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.3.4...v2.3.5) (2020-11-16) **Note:** Version bump only for package api diff --git a/packages/api/package.json b/packages/api/package.json index 1f3c27d7..c8512a32 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "2.3.5", + "version": "2.3.6", "main": "index.js", "author": "Incubateur des Ministères Sociaux (https://incubateur.social.gouv.fr)", "license": "Apache-2.0",