diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a07b4b6..042cfb360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.305.1](https://github.com/SocialGouv/mano/compare/v1.305.0...v1.305.1) (2024-02-16) + + +### Bug Fixes + +* date de fermeture de l'ancien compte rendu ([0bb0e13](https://github.com/SocialGouv/mano/commit/0bb0e13f55f181b747fc8c6e9033dd4142802a4c)) + # [1.305.0](https://github.com/SocialGouv/mano/compare/v1.304.7...v1.305.0) (2024-02-14) diff --git a/api/package.json b/api/package.json index 185cee898..b70d1236a 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.305.0", + "version": "1.305.1", "mobileAppVersion": "2.38.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 5244dcc82..9e3a0a80c 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.305.0", + "version": "1.305.1", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 727fa6f9a..6509066d2 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.305.0", + "version": "1.305.1", "mobileAppVersion": "2.38.0", "private": true, "engines": {