From 357874a9715473c86f22e4ed08bc57f9eb715cb1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Nov 2024 19:52:30 +0000 Subject: [PATCH] chore(release): 5.0.3 [skip ci] ## [5.0.3](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.2...v5.0.3) (2024-11-26) ### Bug Fixes * pull new editor translations from Transifex ([7c01902](https://github.com/scratchfoundation/scratch-l10n/commit/7c01902af2335234e6ba0a6e82352c44867ddcb8)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8191214e..f25ee333 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.3](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.2...v5.0.3) (2024-11-26) + + +### Bug Fixes + +* pull new editor translations from Transifex ([7c01902](https://github.com/scratchfoundation/scratch-l10n/commit/7c01902af2335234e6ba0a6e82352c44867ddcb8)) + ## [5.0.2](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.1...v5.0.2) (2024-11-26) diff --git a/package-lock.json b/package-lock.json index a58e9971..40a6ba80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.2", + "version": "5.0.3", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index a1eec333..84575364 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.2", + "version": "5.0.3", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",