From c49bc18091339128ad29083110c042d69e0443a8 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Sun, 2 Oct 2022 10:28:41 +0200 Subject: [PATCH] v4.2.2 Signed-off-by: Christoph Wurst --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43777a77..33585e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.2.2 – 2022-10-02 +### Fixed +- Sharing address books with groups that have spaces in their name + ## 4.2.1 – 2022-09-19 ### Changed - Important npm package updates diff --git a/appinfo/info.xml b/appinfo/info.xml index 531b8da4..4e4eeb71 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. - 4.2.1 + 4.2.2 agpl Christoph Wurst diff --git a/package-lock.json b/package-lock.json index 6afaf1d0..2d762f4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "4.2.1", + "version": "4.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "4.2.1", + "version": "4.2.2", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.3.1", diff --git a/package.json b/package.json index b9eeb657..55c16322 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": "4.2.1", + "version": "4.2.2", "author": "John Molakvoæ ", "contributors": [ "John Molakvoæ ",