From 3ba679b88d36a7608bbb4b14b62976016afb7b43 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 Jul 2024 03:23:28 +0000 Subject: [PATCH] chore(release): 3.18.242 [skip ci] ## [3.18.242](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.241...v3.18.242) (2024-07-31) ### Bug Fixes * pull new editor translations from Transifex ([fc1a486](https://github.com/scratchfoundation/scratch-l10n/commit/fc1a4863b8cde4697c9adaf3fb406116a2dd0692)) --- 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 bde3a9a1..456e031f 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. +## [3.18.242](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.241...v3.18.242) (2024-07-31) + + +### Bug Fixes + +* pull new editor translations from Transifex ([fc1a486](https://github.com/scratchfoundation/scratch-l10n/commit/fc1a4863b8cde4697c9adaf3fb406116a2dd0692)) + ## [3.18.241](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.240...v3.18.241) (2024-07-30) diff --git a/package-lock.json b/package-lock.json index 11ac7bd6..c4e37ea5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.241", + "version": "3.18.242", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.241", + "version": "3.18.242", "license": "BSD-3-Clause", "bin": { "build-i18n-src": "scripts/build-i18n-src.js", diff --git a/package.json b/package.json index fdfb302c..b5a11352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.241", + "version": "3.18.242", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",