Skip to content

Commit

Permalink
Merge branch 'chore/bump'
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Aug 1, 2024
2 parents 034e854 + e324ef8 commit de23503
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 3.8.0

# 3.7.0

### 🐛 Bug Fixes

* Paper model was incorrect for french driver license by @JF-Cozy in https://github.com/cozy/mespapiers/pull/656

### 🔧 Tech

* Remove node 16 from tests and stages in CI by @zatteo in https://github.com/cozy/mespapiers/pull/655
* Upgrade packages by @JF-Cozy in https://github.com/cozy/mespapiers/pull/657

# 3.6.0

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"slug": "mespapiers",
"icon": "icon.svg",
"categories": [],
"version": "3.7.0",
"version": "3.8.0",
"licence": "AGPL-3.0",
"editor": "Cozy",
"source": "https://github.com/cozy/mespapiers.git@build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mespapiers",
"version": "3.7.0",
"version": "3.8.0",
"engines": {
"node": "~16 || ~20"
},
Expand Down

0 comments on commit de23503

Please sign in to comment.