diff --git a/CHANGELOG.md b/CHANGELOG.md index a93bcdf6..ae3caa0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.2](https://github.com/SocialGouv/emjpm-portail/compare/v1.10.1...v1.10.2) (2021-08-12) + + +### Bug Fixes + +* **deps:** update dependency next to v11.1.0 [security] ([f5afa10](https://github.com/SocialGouv/emjpm-portail/commit/f5afa106d15d4eabeb45a6285c050f88328c32ad)) + ## [1.10.1](https://github.com/SocialGouv/emjpm-portail/compare/v1.10.0...v1.10.1) (2021-08-12) diff --git a/package.json b/package.json index 535ee5f5..02a9fe2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emjpm-portail", - "version": "1.10.1", + "version": "1.10.2", "private": true, "scripts": { "dev": "next dev -p 3001",