diff --git a/CHANGELOG.md b/CHANGELOG.md index 502a14a29..731498d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.302.6](https://github.com/SocialGouv/mano/compare/v1.302.5...v1.302.6) (2024-01-15) + + +### Bug Fixes + +* ajout des pseudo partout dans l'interface web ([#1827](https://github.com/SocialGouv/mano/issues/1827)) ([a5d0464](https://github.com/SocialGouv/mano/commit/a5d046436b633d8dc445d77400365a5ab2f57590)) + ## [1.302.5](https://github.com/SocialGouv/mano/compare/v1.302.4...v1.302.5) (2024-01-10) diff --git a/api/package.json b/api/package.json index 9ed0562ba..3404b6a46 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.302.5", + "version": "1.302.6", "mobileAppVersion": "2.37.5", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 84416dd80..254ecc926 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.302.5", + "version": "1.302.6", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index f69fcc90f..6ff138775 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.302.5", + "version": "1.302.6", "mobileAppVersion": "2.37.5", "private": true, "engines": {