diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d326532..d8c7493d 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.4](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v4.2.4) (2024-01-30) +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.3...v4.2.4) + +### :bug: Fixed bugs +* fix(l10n): Update translations from main branch [\#1217](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1217) ([susnux](https://github.com/susnux)) + ## [v4.2.3](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v4.2.3) (2024-01-19) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.2...v4.2.3) diff --git a/package-lock.json b/package-lock.json index 55c66f5a..a806d66c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/dialogs", - "version": "4.2.3", + "version": "4.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/dialogs", - "version": "4.2.3", + "version": "4.2.4", "license": "GPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index cfd1e382..aaf41135 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/dialogs", - "version": "4.2.3", + "version": "4.2.4", "description": "Nextcloud dialog helpers", "types": "dist/index.d.ts", "main": "dist/index.cjs",