diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e02185e..9757b049e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.290.3](https://github.com/SocialGouv/mano/compare/v1.290.2...v1.290.3) (2023-11-06) + + +### Bug Fixes + +* **dashboard:** rajout de l'heure aux dates dans l'export des données ([#1759](https://github.com/SocialGouv/mano/issues/1759)) ([18d675c](https://github.com/SocialGouv/mano/commit/18d675cceabca70cc03adbdb714b72e37bf52eaa)) + ## [1.290.2](https://github.com/SocialGouv/mano/compare/v1.290.1...v1.290.2) (2023-11-06) diff --git a/api/package.json b/api/package.json index bfad4c03f..f665143d8 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.290.2", + "version": "1.290.3", "mobileAppVersion": "2.37.5", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 31acc5aa8..ecd891381 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.290.2", + "version": "1.290.3", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 5a67ba549..3be03dc8b 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.290.2", + "version": "1.290.3", "mobileAppVersion": "2.37.5", "private": true, "engines": {