diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f9cb44d..a30427c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.78.1](https://github.com/SocialGouv/mano/compare/v1.78.0...v1.78.1) (2022-03-21) + + +### Bug Fixes + +* **app:** delete person confirm in app ([#498](https://github.com/SocialGouv/mano/issues/498)) ([3b206a5](https://github.com/SocialGouv/mano/commit/3b206a5681b9842c538a54f9783e51c19cf6b661)) + # [1.78.0](https://github.com/SocialGouv/mano/compare/v1.77.0...v1.78.0) (2022-03-21) diff --git a/api/package.json b/api/package.json index 1c1fde568..f79363834 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.78.0", + "version": "1.78.1", "mobileAppVersion": "2.15.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 80b00cfa7..e7811db90 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.78.0", + "version": "1.78.1", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index d8f19b383..14554399a 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "boilerplate", - "version": "1.78.0", + "version": "1.78.1", "private": true, "engines": { "npm": "please-use-yarn",