diff --git a/CHANGELOG.md b/CHANGELOG.md index c3bdec759..0476b291f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.289.15](https://github.com/SocialGouv/mano/compare/v1.289.14...v1.289.15) (2023-10-17) + + +### Bug Fixes + +* **api:** impossible de supprimer une équipe si des utilisateurs n'ont que cette équipe ([#1725](https://github.com/SocialGouv/mano/issues/1725)) ([db4e4b9](https://github.com/SocialGouv/mano/commit/db4e4b9504d7d04b8dbf0e3e31e0ec0bd39f234f)) +* **api,dashboard:** déconnecte avant de changer un mot de passe ([#1726](https://github.com/SocialGouv/mano/issues/1726)) ([435a896](https://github.com/SocialGouv/mano/commit/435a896ce99633eeb7a6132cce4dcf9fcd0d958c)) + ## [1.289.14](https://github.com/SocialGouv/mano/compare/v1.289.13...v1.289.14) (2023-10-17) diff --git a/api/package.json b/api/package.json index ed2fe546d..464add1bd 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.289.14", + "version": "1.289.15", "mobileAppVersion": "2.37.4", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 7111b420e..1f7bccb5e 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.289.14", + "version": "1.289.15", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 92a06fcd5..99897834b 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.289.14", + "version": "1.289.15", "mobileAppVersion": "2.37.4", "private": true, "engines": {