diff --git a/CHANGELOG.md b/CHANGELOG.md index 547052097..bf909ccfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.284.13](https://github.com/SocialGouv/mano/compare/v1.284.12...v1.284.13) (2023-09-21) + + +### Reverts + +* Revert "fix: disable sourcemap while sentry down" ([30045a6](https://github.com/SocialGouv/mano/commit/30045a60da3e9bf814499c5aad2f0a4ac11651f2)) + ## [1.284.12](https://github.com/SocialGouv/mano/compare/v1.284.11...v1.284.12) (2023-09-21) diff --git a/api/package.json b/api/package.json index e95b23f02..92d3ab91c 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.284.12", + "version": "1.284.13", "mobileAppVersion": "2.37.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index c8f2204a2..87bd7b758 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.284.12", + "version": "1.284.13", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 180e3b1f5..65cf542bd 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.284.12", + "version": "1.284.13", "mobileAppVersion": "2.37.0", "private": true, "engines": {