From 92d7babc38a74cd1edcb398f566595ab8533be2d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Dec 2024 03:34:12 +0000 Subject: [PATCH] chore(release): 5.0.26 [skip ci] ## [5.0.26](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.25...v5.0.26) (2024-12-07) ### Bug Fixes * pull new editor translations from Transifex ([77b7953](https://github.com/scratchfoundation/scratch-l10n/commit/77b7953a38003e711dd7ca286dfd5c7089725e0e)) --- 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 0593847e..a81fb925 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.26](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.25...v5.0.26) (2024-12-07) + + +### Bug Fixes + +* pull new editor translations from Transifex ([77b7953](https://github.com/scratchfoundation/scratch-l10n/commit/77b7953a38003e711dd7ca286dfd5c7089725e0e)) + ## [5.0.25](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.24...v5.0.25) (2024-12-06) diff --git a/package-lock.json b/package-lock.json index 2a428338..40f2c0fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.25", + "version": "5.0.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.25", + "version": "5.0.26", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index c7e18538..a5d76ce1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.25", + "version": "5.0.26", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",