From 252e9c85ad85b729fa6ea26d6eb70f1d7f4d8106 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Dec 2024 09:42:45 +0000 Subject: [PATCH] chore(release): 5.0.25 [skip ci] ## [5.0.25](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.24...v5.0.25) (2024-12-06) ### Bug Fixes * **deps:** lock file maintenance ([#548](https://github.com/scratchfoundation/scratch-l10n/issues/548)) ([3fde7a1](https://github.com/scratchfoundation/scratch-l10n/commit/3fde7a11333a7ec2aefb24a055607b078d213c7a)) --- 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 f4c2c31a..0593847e 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.25](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.24...v5.0.25) (2024-12-06) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#548](https://github.com/scratchfoundation/scratch-l10n/issues/548)) ([3fde7a1](https://github.com/scratchfoundation/scratch-l10n/commit/3fde7a11333a7ec2aefb24a055607b078d213c7a)) + ## [5.0.24](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.23...v5.0.24) (2024-12-06) diff --git a/package-lock.json b/package-lock.json index 19b787e5..2a428338 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.24", + "version": "5.0.25", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.24", + "version": "5.0.25", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index f5e1ebfb..c7e18538 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.24", + "version": "5.0.25", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",