From d1f1ff0fefc0208422c2a9c2f4ddc1fe8b677218 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Feb 2024 07:22:00 +0000 Subject: [PATCH] chore(release): 3.18.5 [skip ci] ## [3.18.5](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.4...v3.18.5) (2024-02-16) ### Bug Fixes * pull new editor translations from Transifex ([e772887](https://github.com/scratchfoundation/scratch-l10n/commit/e772887c4b3f51ff6cc1bcffed927d1956b36618)) --- 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 b2aa3993..a7886811 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.5](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.4...v3.18.5) (2024-02-16) + + +### Bug Fixes + +* pull new editor translations from Transifex ([e772887](https://github.com/scratchfoundation/scratch-l10n/commit/e772887c4b3f51ff6cc1bcffed927d1956b36618)) + ## [3.18.4](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.3...v3.18.4) (2024-02-16) diff --git a/package-lock.json b/package-lock.json index 35305cf8..d779f3bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.4", + "version": "3.18.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.4", + "version": "3.18.5", "license": "BSD-3-Clause", "dependencies": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index 59de2149..c1ddf2d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.4", + "version": "3.18.5", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",