diff --git a/CHANGELOG.md b/CHANGELOG.md index e4b53497f..70fc9f314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.302.3](https://github.com/SocialGouv/mano/compare/v1.302.2...v1.302.3) (2024-01-10) + + +### Bug Fixes + +* format observedAt proprement pour éviter un bug de tri dans les statistiques ([#1819](https://github.com/SocialGouv/mano/issues/1819)) ([dd4f90e](https://github.com/SocialGouv/mano/commit/dd4f90ebf6407f3dfc6845a6103001e38948e513)) + ## [1.302.2](https://github.com/SocialGouv/mano/compare/v1.302.1...v1.302.2) (2023-12-21) diff --git a/api/package.json b/api/package.json index 3632b484e..2b8a175f1 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.302.2", + "version": "1.302.3", "mobileAppVersion": "2.37.5", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 018e203b3..d522ee2c0 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.302.2", + "version": "1.302.3", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index ce80719c3..28dc3163d 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.302.2", + "version": "1.302.3", "mobileAppVersion": "2.37.5", "private": true, "engines": {