diff --git a/CHANGELOG.md b/CHANGELOG.md index 08491b7e6..553985f84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.294.0](https://github.com/SocialGouv/mano/compare/v1.293.5...v1.294.0) (2023-11-13) + + +### Features + +* message 'les équipes de mano ne connaissent pas votre clé ([#1772](https://github.com/SocialGouv/mano/issues/1772)) ([019a922](https://github.com/SocialGouv/mano/commit/019a922668d30f25a46062e62427709a652a5273)) + ## [1.293.5](https://github.com/SocialGouv/mano/compare/v1.293.4...v1.293.5) (2023-11-13) diff --git a/api/package.json b/api/package.json index 919fea48a..2b72edaad 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.293.5", + "version": "1.294.0", "mobileAppVersion": "2.37.5", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index a9debd281..1c8cbf078 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.293.5", + "version": "1.294.0", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 1bcd35cea..58debf54a 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.293.5", + "version": "1.294.0", "mobileAppVersion": "2.37.5", "private": true, "engines": {