diff --git a/CHANGELOG.md b/CHANGELOG.md index 47bddbbd..dc5af127 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.50](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.49...v5.0.50) (2024-12-20) + + +### Bug Fixes + +* pull new editor translations from Transifex ([6a8a10b](https://github.com/scratchfoundation/scratch-l10n/commit/6a8a10b666cc48ddc280b5150cc58b26be1e6e39)) + ## [5.0.49](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.48...v5.0.49) (2024-12-19) diff --git a/package-lock.json b/package-lock.json index a9bf5a5c..342f2258 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.49", + "version": "5.0.50", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.49", + "version": "5.0.50", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 6d1cfda0..5e254ca1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.49", + "version": "5.0.50", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",