From 724726bdb0f6805c266f20f4e72c6896347acb95 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 21 Dec 2024 07:23:00 +0000 Subject: [PATCH] chore(release): 5.0.53 [skip ci] ## [5.0.53](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.52...v5.0.53) (2024-12-21) ### Bug Fixes * **deps:** lock file maintenance ([#568](https://github.com/scratchfoundation/scratch-l10n/issues/568)) ([13bfeb3](https://github.com/scratchfoundation/scratch-l10n/commit/13bfeb3c018129da26baca99644c93a4e003a54b)) --- 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 a05ce52d..628fd5fa 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.53](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.52...v5.0.53) (2024-12-21) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#568](https://github.com/scratchfoundation/scratch-l10n/issues/568)) ([13bfeb3](https://github.com/scratchfoundation/scratch-l10n/commit/13bfeb3c018129da26baca99644c93a4e003a54b)) + ## [5.0.52](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.51...v5.0.52) (2024-12-21) diff --git a/package-lock.json b/package-lock.json index 18532379..c77203ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.52", + "version": "5.0.53", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.52", + "version": "5.0.53", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 8344081e..f809097f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.52", + "version": "5.0.53", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",