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 Dec 5, 2024
2 parents e9bdc3c + 95358cd commit b292aa7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 0.24.0

# 0.23.0

### ✨ Features
* feat: Add emoji for home location by @paultranvan in https://github.com/cozy/coachCO2/pull/443
* feat: Upgrade cozy-ui and add realtime on io.cozy.settings by @JF-Cozy in https://github.com/cozy/coachCO2/pull/442
* feat: Upgrade packages by @JF-Cozy in https://github.com/cozy/coachCO2/pull/447

### 🔧 Tech

* Remove useless old Alerter by @JF-Cozy in https://github.com/cozy/coachCO2/pull/444
* Remove node 16 from tests and stages in CI by @zatteo in https://github.com/cozy/coachCO2/pull/445
* chore: Add CI with Github Actions by @Merkur39 in https://github.com/cozy/coachCO2/pull/448
* chore: Upgrade bundlemon to 3.1.0 by @Merkur39 in https://github.com/cozy/coachCO2/pull/449

# 0.22.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": "coachco2",
"icon": "icon.svg",
"categories": [],
"version": "0.23.0",
"version": "0.24.0",
"licence": "AGPL-3.0",
"editor": "Cozy Cloud",
"source": "https://github.com/cozy/coachCO2.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": "coachco2",
"version": "0.23.0",
"version": "0.24.0",
"engines": {
"node": "~16 || ~20"
},
Expand Down

0 comments on commit b292aa7

Please sign in to comment.