Skip to content

Commit

Permalink
chore: Prepare 3.1.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Mar 22, 2024
1 parent 66d783f commit f83530b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## 3.1.1 - 2024-03-24
### Fixed
* fix(dav): various typings and owner string cast by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/882
* 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

### Changed
* Update `@nextcloud/router` from 2.2.1 to 3.0.0
* Update `webdav` from 5.3.2 to 5.4.0

## 3.1.0 - 2023-12-21
### Enhancements
* enh(dav): Allow to set custom headers when creating the DAV client by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/849
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/files",
"version": "3.1.0",
"version": "3.1.1",
"description": "Nextcloud files utils",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit f83530b

Please sign in to comment.