diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f78860e..56e3ef292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.285.0](https://github.com/SocialGouv/mano/compare/v1.284.29...v1.285.0) (2023-10-05) + + +### Features + +* **dashboard:** création d'utilisateurs plus rapide avec valeurs par défaut et possiblité d'enchainer les uns après les autres rapidement ([#1691](https://github.com/SocialGouv/mano/issues/1691)) ([1a56eb0](https://github.com/SocialGouv/mano/commit/1a56eb0875e1862508648c38bcba05efd21681ba)) + ## [1.284.29](https://github.com/SocialGouv/mano/compare/v1.284.28...v1.284.29) (2023-10-04) diff --git a/api/package.json b/api/package.json index 5980bb4d5..de4dab812 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.284.29", + "version": "1.285.0", "mobileAppVersion": "2.37.2", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 96dc60451..0c7954fe1 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.284.29", + "version": "1.285.0", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index bbe9537b4..a3d4d1ec5 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.284.29", + "version": "1.285.0", "mobileAppVersion": "2.37.2", "private": true, "engines": {