From a07430f5c70f8dae9227b55b5f0cd56db82f1824 Mon Sep 17 00:00:00 2001 From: JF-Cozy Date: Thu, 7 Nov 2024 10:02:01 +0100 Subject: [PATCH] feat: Bump to 1.84.0 --- CHANGELOG.md | 11 +++++++++++ manifest.webapp | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c669cb983..ac3cd14478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/manifest.webapp b/manifest.webapp index e295b989bb..5309b7651c 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -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": { diff --git a/package.json b/package.json index c45425840d..d4a2567359 100644 --- a/package.json +++ b/package.json @@ -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",