From 00ad94e5d52f6c4190b9aa710c900f2da91de5bd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 14 Jul 2024 06:41:48 +0000 Subject: [PATCH] chore(release): 3.18.218 [skip ci] ## [3.18.218](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.217...v3.18.218) (2024-07-14) ### Bug Fixes * **deps:** lock file maintenance ([294f97e](https://github.com/scratchfoundation/scratch-l10n/commit/294f97e7c1b18bca28c6fbdb4bb3b25794892ba8)) --- 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 252e653e..000092e8 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.218](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.217...v3.18.218) (2024-07-14) + + +### Bug Fixes + +* **deps:** lock file maintenance ([294f97e](https://github.com/scratchfoundation/scratch-l10n/commit/294f97e7c1b18bca28c6fbdb4bb3b25794892ba8)) + ## [3.18.217](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.216...v3.18.217) (2024-07-13) diff --git a/package-lock.json b/package-lock.json index d63cbe1c..0ccc5940 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.217", + "version": "3.18.218", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.217", + "version": "3.18.218", "license": "BSD-3-Clause", "bin": { "build-i18n-src": "scripts/build-i18n-src.js", diff --git a/package.json b/package.json index f1678af5..78f2922c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.217", + "version": "3.18.218", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",