diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a23fc33..c970251c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.284.15](https://github.com/SocialGouv/mano/compare/v1.284.14...v1.284.15) (2023-09-23) + + +### Bug Fixes + +* tracesSampleRate: 0.05 ([4642e5a](https://github.com/SocialGouv/mano/commit/4642e5a1c4ee866f7fa97f36d0088e025a712110)) + ## [1.284.14](https://github.com/SocialGouv/mano/compare/v1.284.13...v1.284.14) (2023-09-21) diff --git a/api/package.json b/api/package.json index 18dbe25af..98535f78a 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.284.14", + "version": "1.284.15", "mobileAppVersion": "2.37.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 4f0c94c37..161a81ab9 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.284.14", + "version": "1.284.15", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index da9eb6ec1..f17cf3e70 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.284.14", + "version": "1.284.15", "mobileAppVersion": "2.37.0", "private": true, "engines": {