diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e62d49e..cfa6e2d24 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.45](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.44...v5.0.45) (2024-12-18) + + +### Bug Fixes + +* pull new editor translations from Transifex ([26ee504](https://github.com/scratchfoundation/scratch-l10n/commit/26ee50412b4f34885ecced6fdc037bb452dca153)) + ## [5.0.44](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.43...v5.0.44) (2024-12-17) diff --git a/package-lock.json b/package-lock.json index 406b7c693..8aa572ed8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.44", + "version": "5.0.45", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.44", + "version": "5.0.45", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 5779c93b9..714059393 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.44", + "version": "5.0.45", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",