diff --git a/CHANGELOG.md b/CHANGELOG.md index 49feedc89..5e9f01ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.304.1](https://github.com/SocialGouv/mano/compare/v1.304.0...v1.304.1) (2024-02-07) + + +### Bug Fixes + +* fucking bug ([951c338](https://github.com/SocialGouv/mano/commit/951c338bcd1e10c23d7eefc8165f1314dc65ac42)) + # [1.304.0](https://github.com/SocialGouv/mano/compare/v1.303.11...v1.304.0) (2024-02-07) diff --git a/api/package.json b/api/package.json index 4d09835d5..ecb124734 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.304.0", + "version": "1.304.1", "mobileAppVersion": "2.38.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 7584b043c..198a4af93 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.304.0", + "version": "1.304.1", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 1b65625c9..93a0a6b69 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.304.0", + "version": "1.304.1", "mobileAppVersion": "2.38.0", "private": true, "engines": {