From 8e147622a2204f4a8922e095e5b5182234b8b045 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Nov 2024 03:34:14 +0000 Subject: [PATCH] chore(release): 5.0.4 [skip ci] ## [5.0.4](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.3...v5.0.4) (2024-11-27) ### Bug Fixes * pull new editor translations from Transifex ([2281e94](https://github.com/scratchfoundation/scratch-l10n/commit/2281e949cae0897bb999eecd2317ecaa7fa21635)) --- 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 f25ee333..37fb128b 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.4](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.3...v5.0.4) (2024-11-27) + + +### Bug Fixes + +* pull new editor translations from Transifex ([2281e94](https://github.com/scratchfoundation/scratch-l10n/commit/2281e949cae0897bb999eecd2317ecaa7fa21635)) + ## [5.0.3](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.2...v5.0.3) (2024-11-26) diff --git a/package-lock.json b/package-lock.json index 40a6ba80..ef3bb51d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.3", + "version": "5.0.4", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 84575364..ce6755e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.3", + "version": "5.0.4", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",