From 072b3b58f323a60c699c02a6300f6a9e7e4ce2a0 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Wed, 21 Feb 2024 17:31:52 +0000
Subject: [PATCH] chore(release): 3.18.7 [skip ci]

## [3.18.7](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.6...v3.18.7) (2024-02-21)

### Bug Fixes

* pull new editor translations from Transifex ([73506f3](https://github.com/scratchfoundation/scratch-l10n/commit/73506f3338779da656422f5564edec303049f4cc))
---
 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 72b0e025..8025a7ba 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.7](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.6...v3.18.7) (2024-02-21)
+
+
+### Bug Fixes
+
+* pull new editor translations from Transifex ([73506f3](https://github.com/scratchfoundation/scratch-l10n/commit/73506f3338779da656422f5564edec303049f4cc))
+
 ## [3.18.6](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.5...v3.18.6) (2024-02-20)
 
 
diff --git a/package-lock.json b/package-lock.json
index 101826d1..a3ca2ddb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-l10n",
-  "version": "3.18.6",
+  "version": "3.18.7",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-l10n",
-      "version": "3.18.6",
+      "version": "3.18.7",
       "license": "BSD-3-Clause",
       "dependencies": {
         "@babel/cli": "^7.1.2",
diff --git a/package.json b/package.json
index 1582380b..74685e73 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-l10n",
-  "version": "3.18.6",
+  "version": "3.18.7",
   "description": "Localization for the Scratch 3.0 components",
   "main": "./dist/l10n.js",
   "browser": "./src/index.js",