diff --git a/CHANGELOG.md b/CHANGELOG.md index f882264fa..d6e121954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.289.20](https://github.com/SocialGouv/mano/compare/v1.289.19...v1.289.20) (2023-10-20) + + +### Bug Fixes + +* **app:** pseudo affiché sur mobile ([82c9f63](https://github.com/SocialGouv/mano/commit/82c9f637dfd9577264b51302369ca9b3bd84025b)) + ## [1.289.19](https://github.com/SocialGouv/mano/compare/v1.289.18...v1.289.19) (2023-10-20) diff --git a/api/package.json b/api/package.json index eb72e2316..02489faa5 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.289.19", + "version": "1.289.20", "mobileAppVersion": "2.37.4", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index cc36490f0..518fb1ed2 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.289.19", + "version": "1.289.20", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index d50083dda..e8338cf24 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.289.19", + "version": "1.289.20", "mobileAppVersion": "2.37.4", "private": true, "engines": {