From d629b33726b65a962a9a40c39baef0a0700fa514 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Dec 2024 06:50:55 +0000 Subject: [PATCH] chore(release): 5.0.24 [skip ci] ## [5.0.24](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.23...v5.0.24) (2024-12-06) ### Bug Fixes * **deps:** lock file maintenance ([#547](https://github.com/scratchfoundation/scratch-l10n/issues/547)) ([5c03d57](https://github.com/scratchfoundation/scratch-l10n/commit/5c03d57ce0708dd657d10534c8398a0da895c67b)) --- 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 166c60ad..f4c2c31a 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.24](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.23...v5.0.24) (2024-12-06) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#547](https://github.com/scratchfoundation/scratch-l10n/issues/547)) ([5c03d57](https://github.com/scratchfoundation/scratch-l10n/commit/5c03d57ce0708dd657d10534c8398a0da895c67b)) + ## [5.0.23](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.22...v5.0.23) (2024-12-05) diff --git a/package-lock.json b/package-lock.json index 445150dc..0adb9210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.23", + "version": "5.0.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.23", + "version": "5.0.24", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index fe12af7f..f5e1ebfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.23", + "version": "5.0.24", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",