From 967a9761d4b34435f358d34cf5b6b2478db02b19 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Sep 2024 09:46:48 +0000 Subject: [PATCH] chore(release): 3.18.295 [skip ci] ## [3.18.295](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.294...v3.18.295) (2024-09-07) ### Bug Fixes * **deps:** lock file maintenance ([51ad8ec](https://github.com/scratchfoundation/scratch-l10n/commit/51ad8ec30c1e48c574522c88499b26edac425ccf)) --- 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 0ae41745..181fa27b 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.295](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.294...v3.18.295) (2024-09-07) + + +### Bug Fixes + +* **deps:** lock file maintenance ([51ad8ec](https://github.com/scratchfoundation/scratch-l10n/commit/51ad8ec30c1e48c574522c88499b26edac425ccf)) + ## [3.18.294](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.293...v3.18.294) (2024-09-07) diff --git a/package-lock.json b/package-lock.json index cbb59d16..5973ac6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.294", + "version": "3.18.295", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.294", + "version": "3.18.295", "license": "BSD-3-Clause", "bin": { "build-i18n-src": "scripts/build-i18n-src.js", diff --git a/package.json b/package.json index 3d7f2c29..e59050a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.294", + "version": "3.18.295", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",