From 807c1c225cf3df3e1a9fef31ffe610c15e7a8214 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Feb 2024 00:53:51 +0000 Subject: [PATCH] chore(release): 3.18.29 [skip ci] ## [3.18.29](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.28...v3.18.29) (2024-02-29) ### Bug Fixes * **deps:** lock file maintenance ([069a305](https://github.com/scratchfoundation/scratch-l10n/commit/069a305fa8dbf994d09845668b51aad20f7e2a14)) --- 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 d43e0cab..7ab4127c 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.29](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.28...v3.18.29) (2024-02-29) + + +### Bug Fixes + +* **deps:** lock file maintenance ([069a305](https://github.com/scratchfoundation/scratch-l10n/commit/069a305fa8dbf994d09845668b51aad20f7e2a14)) + ## [3.18.28](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.27...v3.18.28) (2024-02-28) diff --git a/package-lock.json b/package-lock.json index 5d52ecf2..31595cf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.28", + "version": "3.18.29", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.28", + "version": "3.18.29", "license": "BSD-3-Clause", "bin": { "build-i18n-src": "scripts/build-i18n-src.js", diff --git a/package.json b/package.json index 1566c5eb..c3db9dad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.28", + "version": "3.18.29", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",