diff --git a/CHANGELOG.md b/CHANGELOG.md index bbae7c0..e201eed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ All notable changes to this project will be documented in this file. +## 0.4.0 - 2026-02-11 +### Changed +* chore(deps): Allow `@nextcloud/files` v3 or v4 as dependencies for Nextcloud 33+ support [\#158](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/158) +* chore: align `devEngines` with apps [\#123](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/123) + ## 0.3.0 - 2025-09-05 ### Breaking changes * The deprecated `Type` enum was removed. Instead use the `ShareType` enum provided from the main entry point. diff --git a/package-lock.json b/package-lock.json index 1323063..21803fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/sharing", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/sharing", - "version": "0.3.0", + "version": "0.4.0", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/initial-state": "^3.0.0", diff --git a/package.json b/package.json index 40273da..5e9a358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/sharing", - "version": "0.3.0", + "version": "0.4.0", "description": "Front-end utilities for Nextcloud files sharing", "keywords": [ "nextcloud"