From 130afd942d007fd96475fc8c6c35f99f4bd5e025 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:57:43 +0000 Subject: [PATCH] chore(release): version 1.304.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.304.5](https://github.com/SocialGouv/mano/compare/v1.304.4...v1.304.5) (2024-02-08) ### Bug Fixes * remove too much context on user ([c9044e6](https://github.com/SocialGouv/mano/commit/c9044e62fdb0a7804e9c4eb029aff74237e96e3d)) * retire les données potentiellement sensibles de sentry ([08ff510](https://github.com/SocialGouv/mano/commit/08ff5105cb29e5a0748d56b483626414fe65c4d7)) --- CHANGELOG.md | 8 ++++++++ api/package.json | 2 +- dashboard/package.json | 2 +- website/package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d80f38d..1eda3af92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.304.5](https://github.com/SocialGouv/mano/compare/v1.304.4...v1.304.5) (2024-02-08) + + +### Bug Fixes + +* remove too much context on user ([c9044e6](https://github.com/SocialGouv/mano/commit/c9044e62fdb0a7804e9c4eb029aff74237e96e3d)) +* retire les données potentiellement sensibles de sentry ([08ff510](https://github.com/SocialGouv/mano/commit/08ff5105cb29e5a0748d56b483626414fe65c4d7)) + ## [1.304.4](https://github.com/SocialGouv/mano/compare/v1.304.3...v1.304.4) (2024-02-08) diff --git a/api/package.json b/api/package.json index cb34c1b26..35b3d64e5 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.304.4", + "version": "1.304.5", "mobileAppVersion": "2.38.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index b5d273173..4d3868dbe 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.304.4", + "version": "1.304.5", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 6ad7eff32..66c3d3c7c 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.304.4", + "version": "1.304.5", "mobileAppVersion": "2.38.0", "private": true, "engines": {