diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b086854..a05ce52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.52](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.51...v5.0.52) (2024-12-21) + + +### Bug Fixes + +* pull new editor translations from Transifex ([cf0ee1c](https://github.com/scratchfoundation/scratch-l10n/commit/cf0ee1cbb2190e97501fbcb842dba0f1f71a996d)) + ## [5.0.51](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.50...v5.0.51) (2024-12-20) diff --git a/package-lock.json b/package-lock.json index 992a02c1..593b05ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.51", + "version": "5.0.52", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.51", + "version": "5.0.52", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index ed29825b..8344081e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.51", + "version": "5.0.52", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",