From b08145b6c8ceb822cfca253987aee095f35c2ac2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Dec 2024 10:58:40 +0000 Subject: [PATCH] chore(release): 5.0.23 [skip ci] ## [5.0.23](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.22...v5.0.23) (2024-12-05) ### Bug Fixes * **deps:** lock file maintenance ([#546](https://github.com/scratchfoundation/scratch-l10n/issues/546)) ([17eefe5](https://github.com/scratchfoundation/scratch-l10n/commit/17eefe5904ef2fc7cd3abd4b611452bc73f8b5f5)) --- 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 d6b2cd81d..166c60ad4 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. +## [5.0.23](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.22...v5.0.23) (2024-12-05) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#546](https://github.com/scratchfoundation/scratch-l10n/issues/546)) ([17eefe5](https://github.com/scratchfoundation/scratch-l10n/commit/17eefe5904ef2fc7cd3abd4b611452bc73f8b5f5)) + ## [5.0.22](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.21...v5.0.22) (2024-12-05) diff --git a/package-lock.json b/package-lock.json index 40f8a08c2..db212041d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.22", + "version": "5.0.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.22", + "version": "5.0.23", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 9aec670ac..fe12af7f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.22", + "version": "5.0.23", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",