From 68bde883161d0c40d428c420339b33eb40b18146 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Apr 2024 09:55:03 +0000 Subject: [PATCH] chore(release): 3.18.112 [skip ci] ## [3.18.112](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.111...v3.18.112) (2024-04-17) ### Bug Fixes * **deps:** lock file maintenance ([81471a3](https://github.com/scratchfoundation/scratch-l10n/commit/81471a3455be79743c740a718117b022200ecb63)) --- 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 9449c496..e775d503 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.112](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.111...v3.18.112) (2024-04-17) + + +### Bug Fixes + +* **deps:** lock file maintenance ([81471a3](https://github.com/scratchfoundation/scratch-l10n/commit/81471a3455be79743c740a718117b022200ecb63)) + ## [3.18.111](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.110...v3.18.111) (2024-04-17) diff --git a/package-lock.json b/package-lock.json index 395dbcb4..4fe844e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.111", + "version": "3.18.112", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.111", + "version": "3.18.112", "license": "BSD-3-Clause", "bin": { "build-i18n-src": "scripts/build-i18n-src.js", diff --git a/package.json b/package.json index 4c22fb8d..3252e949 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.111", + "version": "3.18.112", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",