Skip to content

Commit

Permalink
Merge pull request #1030 from nextcloud-libraries/chore/prepare-3-7-0
Browse files Browse the repository at this point in the history
chore: Prepare v3.7.0
  • Loading branch information
susnux committed Jul 25, 2024
2 parents 0941954 + 7f2c68f commit 9f59046
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@

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

## 3.7.0 - 2024-07-25
[Full changelog](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.6.0...v3.7.0)

### Added
* feat: Implement API for file list filters [\#1027](https://github.com/nextcloud-libraries/nextcloud-files/pull/1027) \([susnux](https://github.com/susnux)\)

### Fixed
* fix(dav): Cast displayname to string in `resultToNode` [\#1028](https://github.com/nextcloud-libraries/nextcloud-files/pull/1028) \([susnux](https://github.com/susnux)\)
* fix: Correctly export public API [\#1026](https://github.com/nextcloud-libraries/nextcloud-files/pull/1026) \([susnux](https://github.com/susnux)\)

### Changed
* chore(deps): Bump @nextcloud/paths from 2.1.0 to 2.2.0

## 3.6.0 - 2024-07-18
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.5.1...v3.6.0)

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.6.0",
"version": "3.7.0",
"description": "Nextcloud files utils",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 9f59046

Please sign in to comment.