Skip to content

Commit

Permalink
chore(release): version 1.80.1
Browse files Browse the repository at this point in the history
## [1.80.1](v1.80.0...v1.80.1) (2022-03-28)

### Bug Fixes

* **app:** ignore noisy errors for mobile ([#539](#539)) ([156a2c2](156a2c2))
  • Loading branch information
SocialGroovyBot committed Mar 28, 2022
1 parent bed2abc commit cc12c4c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api_mano",
"version": "1.80.0",
"version": "1.80.1",
"mobileAppVersion": "2.16.0",
"description": "",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "1.80.0",
"version": "1.80.1",
"private": true,
"dependencies": {
"@babel/runtime": "^7.14.5",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boilerplate",
"version": "1.80.0",
"version": "1.80.1",
"private": true,
"engines": {
"npm": "please-use-yarn",
Expand Down

0 comments on commit cc12c4c

Please sign in to comment.