diff --git a/CHANGELOG.md b/CHANGELOG.md index 4345aa35b..730ee3e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.74.0](https://github.com/SocialGouv/mano/compare/v1.73.1...v1.74.0) (2022-03-16) + + +### Features + +* **dashboard:** outdated version checker ([#485](https://github.com/SocialGouv/mano/issues/485)) ([2a46d17](https://github.com/SocialGouv/mano/commit/2a46d1783948dc254f1551f1adfb03d2e84c01cc)) + ## [1.73.1](https://github.com/SocialGouv/mano/compare/v1.73.0...v1.73.1) (2022-03-16) diff --git a/api/package.json b/api/package.json index 3644ae510..3b1959ebe 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.73.1", + "version": "1.74.0", "mobileAppVersion": "2.15.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 31bd630ec..bfacb07b0 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.73.1", + "version": "1.74.0", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 993ae1c7e..f5671ff1a 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "boilerplate", - "version": "1.73.1", + "version": "1.74.0", "private": true, "engines": { "npm": "please-use-yarn",