diff --git a/CHANGELOG.md b/CHANGELOG.md index 481974ec..43b64d31 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.38](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.37...v5.0.38) (2024-12-14) + + +### Bug Fixes + +* pull new editor translations from Transifex ([2e0cdb5](https://github.com/scratchfoundation/scratch-l10n/commit/2e0cdb551a7c560e7a719fa726a7bce73c7011b6)) + ## [5.0.37](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.36...v5.0.37) (2024-12-13) diff --git a/package-lock.json b/package-lock.json index a6662f09..141001d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.37", + "version": "5.0.38", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.37", + "version": "5.0.38", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 35e069a0..7b988122 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.37", + "version": "5.0.38", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",