diff --git a/CHANGELOG.md b/CHANGELOG.md index 982c18cb2..271b25a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.80.1](https://github.com/SocialGouv/mano/compare/v1.80.0...v1.80.1) (2022-03-28) + + +### Bug Fixes + +* **app:** ignore noisy errors for mobile ([#539](https://github.com/SocialGouv/mano/issues/539)) ([156a2c2](https://github.com/SocialGouv/mano/commit/156a2c2c32260ae0a607ca40640e581ec32d9bf1)) + # [1.80.0](https://github.com/SocialGouv/mano/compare/v1.79.9...v1.80.0) (2022-03-25) diff --git a/api/package.json b/api/package.json index 196e40a15..bc21ea447 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.80.0", + "version": "1.80.1", "mobileAppVersion": "2.16.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index a2672fbd4..8beaeadb8 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.80.0", + "version": "1.80.1", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index bf5e4278a..331171f40 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "boilerplate", - "version": "1.80.0", + "version": "1.80.1", "private": true, "engines": { "npm": "please-use-yarn",