diff --git a/CHANGELOG.md b/CHANGELOG.md index d02436659..6b34c0aa1 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.103](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.102...v5.0.103) (2025-01-29) + + +### Bug Fixes + +* pull new editor translations from Transifex ([b21e573](https://github.com/scratchfoundation/scratch-l10n/commit/b21e573dadbe1e8dc4129f3961633cc61b7bbe33)) + ## [5.0.102](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.101...v5.0.102) (2025-01-28) diff --git a/package-lock.json b/package-lock.json index 22c6513d0..69d2b7091 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.102", + "version": "5.0.103", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.102", + "version": "5.0.103", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 21657e827..f201b4541 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.102", + "version": "5.0.103", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",