From 008b2dbcd9f7306f07fd8daba67fe338030633ec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Nov 2024 09:34:38 +0000 Subject: [PATCH] chore(release): 4.0.22 [skip ci] ## [4.0.22](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.21...v4.0.22) (2024-11-12) ### Bug Fixes * **deps:** lock file maintenance ([#516](https://github.com/scratchfoundation/scratch-l10n/issues/516)) ([25d4e7d](https://github.com/scratchfoundation/scratch-l10n/commit/25d4e7d965ced83dde807965fb1a72c8ece4902d)) --- 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 61e1dcb20..79f96f5a2 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. +## [4.0.22](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.21...v4.0.22) (2024-11-12) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#516](https://github.com/scratchfoundation/scratch-l10n/issues/516)) ([25d4e7d](https://github.com/scratchfoundation/scratch-l10n/commit/25d4e7d965ced83dde807965fb1a72c8ece4902d)) + ## [4.0.21](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.20...v4.0.21) (2024-11-12) diff --git a/package-lock.json b/package-lock.json index 000e10257..62460a9e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "4.0.21", + "version": "4.0.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "4.0.21", + "version": "4.0.22", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 4fcea3294..2ea1ac1b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "4.0.21", + "version": "4.0.22", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",