Skip to content

Commit f83530b

Browse files
committed
chore: Prepare 3.1.1 release
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 66d783f commit f83530b

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 3.1.1 - 2024-03-24
6+
### Fixed
7+
* fix(dav): various typings and owner string cast by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/882
8+
* fix(dav): remove sharing attributes from default dav fetch and change duplicate registration from `error` to `warn` by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/902
9+
10+
### Changed
11+
* Update `@nextcloud/router` from 2.2.1 to 3.0.0
12+
* Update `webdav` from 5.3.2 to 5.4.0
13+
514
## 3.1.0 - 2023-12-21
615
### Enhancements
716
* enh(dav): Allow to set custom headers when creating the DAV client by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/849

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/files",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Nextcloud files utils",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)