From 081fc73136c5f23f98fbd82152d15e2f9e9c4064 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sun, 25 Jun 2023 15:37:58 +0200 Subject: [PATCH] chore: Adjust changelog for 2.2.0 release Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c00a84..dab1fb60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Add typings to the package exports to fix build for Typescript projects using `node16` or `nodenext` module resolution [\#633](https://github.com/nextcloud/nextcloud-l10n/pull/633) ([susnux](https://github.com/susnux)) - Update exported `NextcloudWindowWithRegistry` type for Nextcloud 27 [\#640](https://github.com/nextcloud/nextcloud-l10n/pull/640) ([susnux](https://github.com/susnux)) +- Harden `loadTranslations` by handling edge cases where invalid data is retrieved [\#644](https://github.com/nextcloud/nextcloud-l10n/pull/644) ([susnux](https://github.com/susnux)) ### Changed - Update node engines to next LTS (Node 20 + NPM 9)