diff --git a/CHANGELOG.md b/CHANGELOG.md index da8a9ac77..72a07b4b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.305.0](https://github.com/SocialGouv/mano/compare/v1.304.7...v1.305.0) (2024-02-14) + + +### Features + +* print new report ([#1861](https://github.com/SocialGouv/mano/issues/1861)) ([c98d280](https://github.com/SocialGouv/mano/commit/c98d28078b5095895d01ec87a73648f814eac541)) + ## [1.304.7](https://github.com/SocialGouv/mano/compare/v1.304.6...v1.304.7) (2024-02-13) diff --git a/api/package.json b/api/package.json index dfbea77c3..185cee898 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.304.7", + "version": "1.305.0", "mobileAppVersion": "2.38.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index ca57f230a..5244dcc82 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.304.7", + "version": "1.305.0", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 57ac5b076..727fa6f9a 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.304.7", + "version": "1.305.0", "mobileAppVersion": "2.38.0", "private": true, "engines": {