diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-02-21 18:00:16 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-02-21 18:00:16 +0100 |
commit | 1c7cb3c8e1cdb25a4975f5f91cff2a8ff14d5c21 (patch) | |
tree | 7b5cc3b3ea8802f3a79d06d56137c76f74b60482 | |
parent | 285f26de6fabdd6375a635f7fd074269e2e09d2e (diff) |
v4.2.5v4.2.5
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | appinfo/info.xml | 2 | ||||
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e4abf6eb..f33a53f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.2.5 – 2023-02-21 +### Fixed +- Npm package updates + ## 4.2.4 - 2023-01-24 ### Fixed - Social avatar background update diff --git a/appinfo/info.xml b/appinfo/info.xml index d0325fa5..c204c2fa 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. </description> - <version>4.2.4</version> + <version>4.2.5</version> <licence>agpl</licence> <author>Christoph Wurst</author> diff --git a/package-lock.json b/package-lock.json index 70947604..f89f498d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "4.2.4", + "version": "4.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "4.2.4", + "version": "4.2.5", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 55db4ad1..867e8432 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.4", + "version": "4.2.5", "author": "John Molakvoæ <skjnldsv@protonmail.com>", "contributors": [ "John Molakvoæ <skjnldsv@protonmail.com>", |