diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb9452ae..982c18cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.80.0](https://github.com/SocialGouv/mano/compare/v1.79.9...v1.80.0) (2022-03-25) + + +### Features + +* **dashboard:** add autre to outOfActiveListReasonOptions ([86ea129](https://github.com/SocialGouv/mano/commit/86ea129d3e2c5ff6b07211122a3c5b6e768728b3)) + ## [1.79.9](https://github.com/SocialGouv/mano/compare/v1.79.8...v1.79.9) (2022-03-25) diff --git a/api/package.json b/api/package.json index da48e852f..196e40a15 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.79.9", + "version": "1.80.0", "mobileAppVersion": "2.16.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index da1ae855e..c9aa33c6c 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.79.9", + "version": "1.80.0", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 0efea1c8d..bf5e4278a 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "boilerplate", - "version": "1.79.9", + "version": "1.80.0", "private": true, "engines": { "npm": "please-use-yarn",