diff --git a/CHANGELOG.md b/CHANGELOG.md index 96232d88..0c1edfcd 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.47](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.46...v5.0.47) (2024-12-19) + + +### Bug Fixes + +* pull new editor translations from Transifex ([bf3e61e](https://github.com/scratchfoundation/scratch-l10n/commit/bf3e61effa3c82a31697e9762acb49a2f9ba7145)) + ## [5.0.46](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.45...v5.0.46) (2024-12-18) diff --git a/package-lock.json b/package-lock.json index 1a02c1a1..b6486dfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.46", + "version": "5.0.47", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.46", + "version": "5.0.47", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 92884210..0ff13d67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.46", + "version": "5.0.47", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",