diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e48c032..66b92b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [v4.2.6](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v4.2.6) (2024-02-22) +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.5...v4.2.6) + +### :bug: Fixed bugs +* [stable4] Fix FilePicker on public shares [\#1243](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1243) ([susnux](https://github.com/susnux)) + ## [v4.2.5](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v4.2.5) (2024-02-06) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.4...v4.2.5) diff --git a/package-lock.json b/package-lock.json index 5a683194..6c168916 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/dialogs", - "version": "4.2.5", + "version": "4.2.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/dialogs", - "version": "4.2.5", + "version": "4.2.6", "license": "GPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index ac771b78..22aa888b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/dialogs", - "version": "4.2.5", + "version": "4.2.6", "description": "Nextcloud dialog helpers", "types": "dist/index.d.ts", "main": "dist/index.cjs",