From 0d538c3b723974208a592b5ae873d601ddfc3995 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 18 Jun 2024 17:54:49 +0200 Subject: [PATCH] chore: Prepare v3.5.1 release Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d6ce921..552657eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ All notable changes to this project will be documented in this file. +## 3.5.1 - 2024-06-20 +**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.5.0...v3.5.1 + +### Fixed +* fix `davResultToNode` on public shares \([\#993](https://github.com/nextcloud-libraries/nextcloud-files/pull/993)\) +* fix: make `davRootPath` and `davRemoteURL` support public shares \([\#996](https://github.com/nextcloud-libraries/nextcloud-files/pull/996)\) +* fix(dav): Add `displayname` and `creationdate` to default props \([\#991](https://github.com/nextcloud-libraries/nextcloud-files/pull/991)\) +* fix(sorting): The display name attribute is called `displayname` not `displayName` for DAV \([\#992](https://github.com/nextcloud-libraries/nextcloud-files/pull/992)\) + +### Changed +* chore(deps-dev): Bump ws from 8.17.0 to 8.17.1 +* chore: Update development dependencies + ## 3.5.0 - 2024-06-17 **Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.4.1...v3.5.0 diff --git a/package-lock.json b/package-lock.json index cd381679..4d0922a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/files", - "version": "3.5.0", + "version": "3.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/files", - "version": "3.5.0", + "version": "3.5.1", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.3.0", diff --git a/package.json b/package.json index a9dc2203..4889d0b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/files", - "version": "3.5.0", + "version": "3.5.1", "description": "Nextcloud files utils", "type": "module", "main": "dist/index.cjs",