From 314c077634b2ae50bcb3ab4e908947b658d46fdc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Nov 2024 03:30:11 +0000 Subject: [PATCH] chore(release): 4.0.35 [skip ci] ## [4.0.35](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.34...v4.0.35) (2024-11-20) ### Bug Fixes * pull new editor translations from Transifex ([1975961](https://github.com/scratchfoundation/scratch-l10n/commit/197596103e4b9f438733afabb8dbae188424ea3c)) --- 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 c95aa18ed..4bec9c31a 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. +## [4.0.35](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.34...v4.0.35) (2024-11-20) + + +### Bug Fixes + +* pull new editor translations from Transifex ([1975961](https://github.com/scratchfoundation/scratch-l10n/commit/197596103e4b9f438733afabb8dbae188424ea3c)) + ## [4.0.34](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.33...v4.0.34) (2024-11-19) diff --git a/package-lock.json b/package-lock.json index 8f5a4d17d..a10cb49ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "4.0.34", + "version": "4.0.35", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "4.0.34", + "version": "4.0.35", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 3fabf854f..6585c811c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "4.0.34", + "version": "4.0.35", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",