From cd04788a933149442eab855d70b3772698e9e92c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 31 Jan 2022 02:53:09 +0000 Subject: [PATCH] chore(release): version 1.10.20 ## [1.10.20](https://github.com/SocialGouv/emjpm-portail/compare/v1.10.19...v1.10.20) (2022-01-31) ### Bug Fixes * **deps:** update dependency next to v11.1.4 ([9b294b9](https://github.com/SocialGouv/emjpm-portail/commit/9b294b9d54598ffc09eb5a8c5057a7f6603c57af)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e218a374..5f766117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.20](https://github.com/SocialGouv/emjpm-portail/compare/v1.10.19...v1.10.20) (2022-01-31) + + +### Bug Fixes + +* **deps:** update dependency next to v11.1.4 ([9b294b9](https://github.com/SocialGouv/emjpm-portail/commit/9b294b9d54598ffc09eb5a8c5057a7f6603c57af)) + ## [1.10.19](https://github.com/SocialGouv/emjpm-portail/compare/v1.10.18...v1.10.19) (2022-01-07) diff --git a/package.json b/package.json index a409ffec..c36b87db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emjpm-portail", - "version": "1.10.19", + "version": "1.10.20", "private": true, "scripts": { "dev": "next dev -p 3001",