diff --git a/CHANGELOG.md b/CHANGELOG.md index 74cb77bf..767ae592 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.2.12](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.2.11...v2.2.12) (2020-09-18) + + +### Bug Fixes + +* **deps:** update dependency nodemailer to ^6.4.11 ([#38](https://github.com/SocialGouv/work-in-france-backoffice/issues/38)) ([b0291b2](https://github.com/SocialGouv/work-in-france-backoffice/commit/b0291b2a70abf160ec80edbc4002fcce1c72ed2b)) + + + + + ## [2.2.11](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.2.10...v2.2.11) (2020-09-18) diff --git a/lerna.json b/lerna.json index c4db3bd6..a773b13c 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "2.2.11" + "version": "2.2.12" } diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 4d98805e..5078e98f 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.2.12](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.2.11...v2.2.12) (2020-09-18) + + +### Bug Fixes + +* **deps:** update dependency nodemailer to ^6.4.11 ([#38](https://github.com/SocialGouv/work-in-france-backoffice/issues/38)) ([b0291b2](https://github.com/SocialGouv/work-in-france-backoffice/commit/b0291b2a70abf160ec80edbc4002fcce1c72ed2b)) + + + + + ## [2.2.11](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.2.10...v2.2.11) (2020-09-18) diff --git a/packages/api/package.json b/packages/api/package.json index 696f5809..ed3a80bd 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "2.2.11", + "version": "2.2.12", "main": "index.js", "author": "Incubateur des Ministères Sociaux (https://incubateur.social.gouv.fr)", "license": "Apache-2.0",