diff --git a/CHANGELOG.md b/CHANGELOG.md index bd2e37b5d..3df05ea2b 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.93](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.92...v5.0.93) (2025-01-22) + + +### Bug Fixes + +* pull new editor translations from Transifex ([d5f8c10](https://github.com/scratchfoundation/scratch-l10n/commit/d5f8c10ca2cfcbfe31489cdb7b8de7b1045e93a9)) + ## [5.0.92](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.91...v5.0.92) (2025-01-21) diff --git a/package-lock.json b/package-lock.json index 1285747d8..5e08163a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.92", + "version": "5.0.93", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.92", + "version": "5.0.93", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 1a57cd8b7..25ad218c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.92", + "version": "5.0.93", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",