diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b864b9f..295fe2e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.282.6](https://github.com/SocialGouv/mano/compare/v1.282.5...v1.282.6) (2023-08-31) + + +### Bug Fixes + +* **dashboard:** test à 10000 téléchargements par batch ([3946d04](https://github.com/SocialGouv/mano/commit/3946d0407d75010de59c7108fbce6fa106a78d10)) + ## [1.282.5](https://github.com/SocialGouv/mano/compare/v1.282.4...v1.282.5) (2023-08-28) diff --git a/api/package.json b/api/package.json index 47a60857d..aeddf74cd 100644 --- a/api/package.json +++ b/api/package.json @@ -1,7 +1,7 @@ { "name": "api_mano", "mobileAppVersion": "2.36.0", - "version": "1.282.5", + "version": "1.282.6", "description": "", "main": "index.js", "scripts": { diff --git a/dashboard/package.json b/dashboard/package.json index ed573dd4f..b0f0a528a 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.282.5", + "version": "1.282.6", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 5f054c88b..a8afa2e6d 100644 --- a/website/package.json +++ b/website/package.json @@ -1,7 +1,7 @@ { "name": "website", "mobileAppVersion": "2.36.0", - "version": "1.282.5", + "version": "1.282.6", "private": true, "engines": { "npm": "please-use-yarn",