From e1088e3c7efe9f8bbebef5615a418d527e8ce3ea Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:22:56 +0000 Subject: [PATCH] chore(release): version 1.302.4 ## [1.302.4](https://github.com/SocialGouv/mano/compare/v1.302.3...v1.302.4) (2024-01-10) ### Bug Fixes * clean observations ([#1824](https://github.com/SocialGouv/mano/issues/1824)) ([2e565ba](https://github.com/SocialGouv/mano/commit/2e565ba6b1afac79ee16743770ce5c69261fe33b)) --- CHANGELOG.md | 7 +++++++ api/package.json | 2 +- dashboard/package.json | 2 +- website/package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70fc9f314..a8aabe68b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.302.4](https://github.com/SocialGouv/mano/compare/v1.302.3...v1.302.4) (2024-01-10) + + +### Bug Fixes + +* clean observations ([#1824](https://github.com/SocialGouv/mano/issues/1824)) ([2e565ba](https://github.com/SocialGouv/mano/commit/2e565ba6b1afac79ee16743770ce5c69261fe33b)) + ## [1.302.3](https://github.com/SocialGouv/mano/compare/v1.302.2...v1.302.3) (2024-01-10) diff --git a/api/package.json b/api/package.json index 2b8a175f1..51da28d7b 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.302.3", + "version": "1.302.4", "mobileAppVersion": "2.37.5", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index d522ee2c0..9c96d338c 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.302.3", + "version": "1.302.4", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 28dc3163d..04de61b93 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.302.3", + "version": "1.302.4", "mobileAppVersion": "2.37.5", "private": true, "engines": {