diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a95bb9d..13e7c71da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.308.0](https://github.com/SocialGouv/mano/compare/v1.307.0...v1.308.0) (2024-03-05) + + +### Features + +* supprimer l'accès à mano ([#1885](https://github.com/SocialGouv/mano/issues/1885)) ([70494ce](https://github.com/SocialGouv/mano/commit/70494ce0064a4c947ef5e0e9506ad5a104cdada1)) + # [1.307.0](https://github.com/SocialGouv/mano/compare/v1.306.0...v1.307.0) (2024-03-04) diff --git a/api/package.json b/api/package.json index 94f1014b0..b42d1b131 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.307.0", + "version": "1.308.0", "mobileAppVersion": "2.38.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 5c58aa59f..4c957504f 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.307.0", + "version": "1.308.0", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 731b8c9f5..90a587add 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.307.0", + "version": "1.308.0", "mobileAppVersion": "2.38.0", "private": true, "engines": {