diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c9aa871c..87b62657c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.292.0](https://github.com/SocialGouv/mano/compare/v1.291.0...v1.292.0) (2023-11-06) + + +### Features + +* **dashboard:** possibilité de télécharger un export des consultations depuis les stats ([e135eba](https://github.com/SocialGouv/mano/commit/e135ebad0f3ecf5fa255bf7f73f4835c7f2720d8)) + # [1.291.0](https://github.com/SocialGouv/mano/compare/v1.290.3...v1.291.0) (2023-11-06) diff --git a/api/package.json b/api/package.json index 3af9a1b3e..553501843 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.291.0", + "version": "1.292.0", "mobileAppVersion": "2.37.5", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index b71b98078..97688f4ac 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.291.0", + "version": "1.292.0", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index ffca98e9c..3ad7fd8f7 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.291.0", + "version": "1.292.0", "mobileAppVersion": "2.37.5", "private": true, "engines": {