summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHamza <40746210+hamza221@users.noreply.github.com>2024-01-03 15:52:29 +0100
committerGitHub <noreply@github.com>2024-01-03 15:52:29 +0100
commitd1785459e5b544fe008165647a7367bec1c5d005 (patch)
tree371605637d3d2610f9f90c211cbfb17c0adb04f0
parent9d4b431f481bc572cf52a26577cc7ee9cb007428 (diff)
parent0e1138aa916f321bbfe6ffe193ed90b018cd8a29 (diff)
Merge pull request #3768 from nextcloud/release-v5.5.1v5.5.1
Release v5.5.1
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e395497..ab72f629 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 5.5.1 – 2024-01-03
+### Fixed
+- Rename types in propreties
+- Remove empty content overlaping related resources
+
## 5.5.0 – 2023-12-11
### Added
- Nextcloud 28 file action compatibility
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0ab21a17..68e9cb08 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>5.5.0</version>
+ <version>5.5.1</version>
<licence>agpl</licence>
<author mail="hamza221@users.noreply.github.com">Hamza Mahjoubi</author>
diff --git a/package-lock.json b/package-lock.json
index e76b5df1..caa43c59 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contacts",
- "version": "5.5.0",
+ "version": "5.5.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "contacts",
- "version": "5.5.0",
+ "version": "5.5.1",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.4.0",
diff --git a/package.json b/package.json
index 68cc7d2f..869736f3 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.5.0",
+ "version": "5.5.1",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",