From 7d45fd82abc64b4c7256d5db0e8fddb11e7156fd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Feb 2024 19:20:51 +0000 Subject: [PATCH] chore(release): 3.18.6 [skip ci] ## [3.18.6](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.5...v3.18.6) (2024-02-20) ### Bug Fixes * pull new editor translations from Transifex ([732a057](https://github.com/scratchfoundation/scratch-l10n/commit/732a0579992d3a4918db0de4919249fd310aaebd)) --- 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 a7886811c..72b0e0258 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.6](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.5...v3.18.6) (2024-02-20) + + +### Bug Fixes + +* pull new editor translations from Transifex ([732a057](https://github.com/scratchfoundation/scratch-l10n/commit/732a0579992d3a4918db0de4919249fd310aaebd)) + ## [3.18.5](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.4...v3.18.5) (2024-02-16) diff --git a/package-lock.json b/package-lock.json index 1cddd9427..101826d1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.5", + "version": "3.18.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.5", + "version": "3.18.6", "license": "BSD-3-Clause", "dependencies": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index 3949d3ce2..1582380b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.5", + "version": "3.18.6", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",