diff --git a/CHANGELOG.md b/CHANGELOG.md index c46168d86..596438b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.79.6](https://github.com/SocialGouv/mano/compare/v1.79.5...v1.79.6) (2022-03-24) + + +### Bug Fixes + +* normal user also can migrate ([d3a14be](https://github.com/SocialGouv/mano/commit/d3a14be71ab8261c1b823161da0c0e80e844df63)) + ## [1.79.5](https://github.com/SocialGouv/mano/compare/v1.79.4...v1.79.5) (2022-03-24) diff --git a/api/package.json b/api/package.json index a21a8f9e9..169e1872b 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.79.5", + "version": "1.79.6", "mobileAppVersion": "2.15.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 1e8ed4a86..69e39d56e 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.79.5", + "version": "1.79.6", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index f78ccc2c2..b5cc9571c 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "boilerplate", - "version": "1.79.5", + "version": "1.79.6", "private": true, "engines": { "npm": "please-use-yarn",