summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-19 11:50:28 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-19 11:50:28 +0200
commit6d50d9087ee10f34cd72c8d203de8c297492bf1b (patch)
tree96549cdd93a2be31a26b87c655385e2036ee9273
parent860bcd44f70036d5eb3f8ffc5ec955947883f3e1 (diff)
v4.2.1v4.2.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c49c7e1..43777a77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 4.2.1 – 2022-09-19
+### Changed
+- Important npm package updates
+
## 4.2.0 - 2022-07-19
### Added
- Enforce circle share password
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1394d6c2..531b8da4 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.0</version>
+ <version>4.2.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
diff --git a/package-lock.json b/package-lock.json
index 1ed2ba82..6afaf1d0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contacts",
- "version": "4.2.0",
+ "version": "4.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "contacts",
- "version": "4.2.0",
+ "version": "4.2.1",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.3.1",
diff --git a/package.json b/package.json
index b55c1d7a..b9eeb657 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.0",
+ "version": "4.2.1",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",