Skip to content

Commit

Permalink
feat: Bump to 1.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Nov 7, 2024
1 parent 27038af commit a07430f
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,3 +1,14 @@
# 1.83.0

### ✨ Features

* feat(search): Change search attribute names by @Ldoppea in https://github.com/cozy/cozy-home/pull/2241

### 🐛 Fixes

* fix(Assistant): Now exclude realtime message if not relevant by @JF-Cozy in https://github.com/cozy/cozy-home/pull/2240


# 1.49.0

## ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "Cozy Cloud",
"url": "https://cozy.io"
},
"version": "1.83.0",
"version": "1.84.0",
"licence": "AGPL-3.0",
"permissions": {
"home": {
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": "cozy-home",
"version": "1.83.0",
"version": "1.84.0",
"main": "src/index.jsx",
"scripts": {
"tx": "tx pull --all || true",
Expand Down

0 comments on commit a07430f

Please sign in to comment.