Skip to content

Commit

Permalink
Merge pull request #975 from nextcloud-libraries/release/3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Jun 7, 2024
2 parents dc74837 + 9b8dab9 commit 78fd018
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## 3.4.1 - 2024-06-05
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.4.0...v3.4.1

### Fixed
* fix(node): remove auto mtime update on attributes change and allow mtime set by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/974

### Changed
* chore(deps-dev): Bump vite from 5.2.11 to 5.2.12 by @dependabot in https://github.com/nextcloud-libraries/nextcloud-files/pull/971
* chore(deps-dev): Bump @types/node from 20.12.12 to 20.13.0 by @dependabot in https://github.com/nextcloud-libraries/nextcloud-files/pull/970
* chore(deps-dev): Bump jsdom from 24.0.0 to 24.1.0 by @dependabot in https://github.com/nextcloud-libraries/nextcloud-files/pull/972

## 3.4.0 - 2024-05-29
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.3.1...v3.4.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.4.0",
"version": "3.4.1",
"description": "Nextcloud files utils",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 78fd018

Please sign in to comment.