From 0a59f4b5e2445f55b9fee20f1104de155746fe1b Mon Sep 17 00:00:00 2001 From: hamza mahjoubi Date: Tue, 19 Dec 2023 18:19:11 +0100 Subject: release v5.4.3 Signed-off-by: hamza mahjoubi --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64bdbb93..73b16540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog +## 5.4.3 - 2023-12-20 +### Fixed +- Improve matching for tel type parameter +- Split up composed property name when checking isMultiple() +- Bundle moment.js locale data +- Update selectInput to select on "Name" +- V-model of address book select control +- Rename types in propreties + ## 5.4.2 - 2023-09-22 ### Fixed - Lost contact groups diff --git a/appinfo/info.xml b/appinfo/info.xml index f5c97f74..851dc616 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ * šŸ™ˆ **Weā€™re not reinventing the wheel!** Based on the great and open SabreDAV library. - 5.4.2 + 5.4.3 agpl Hamza Mahjoubi diff --git a/package-lock.json b/package-lock.json index fae1cb2f..36440e8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.4.2", + "version": "5.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.4.2", + "version": "5.4.3", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 3f1bc6d1..5a85cf93 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "contacts", "description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.", - "version": "5.4.2", + "version": "5.4.3", "author": "John MolakvoƦ ", "contributors": [ "John MolakvoƦ ", -- cgit v1.2.3