From 203f803ade5e5f03632583225eee47e9606065c9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Sep 2024 03:25:41 +0000 Subject: [PATCH] chore(release): 3.18.311 [skip ci] ## [3.18.311](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.310...v3.18.311) (2024-09-19) ### Bug Fixes * pull new editor translations from Transifex ([d6ad87e](https://github.com/scratchfoundation/scratch-l10n/commit/d6ad87e0467d964ae464ab882b7d1152dbdd91b0)) --- 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 80e69279..07dcb7e3 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.311](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.310...v3.18.311) (2024-09-19) + + +### Bug Fixes + +* pull new editor translations from Transifex ([d6ad87e](https://github.com/scratchfoundation/scratch-l10n/commit/d6ad87e0467d964ae464ab882b7d1152dbdd91b0)) + ## [3.18.310](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.309...v3.18.310) (2024-09-18) diff --git a/package-lock.json b/package-lock.json index 6ab635e9..53e9d146 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.310", + "version": "3.18.311", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.310", + "version": "3.18.311", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 964290f9..d8e1c859 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.310", + "version": "3.18.311", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",