From def2935f83137b8f151d66d029e9b7941091a5be Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Nov 2024 08:03:54 +0000 Subject: [PATCH] chore(release): 5.0.5 [skip ci] ## [5.0.5](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.4...v5.0.5) (2024-11-27) ### Bug Fixes * **deps:** lock file maintenance ([#535](https://github.com/scratchfoundation/scratch-l10n/issues/535)) ([f101b4d](https://github.com/scratchfoundation/scratch-l10n/commit/f101b4dd5138c247488fef2e0de2edcd98e1b72f)) --- 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 37fb128b..1296955d 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.5](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.4...v5.0.5) (2024-11-27) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#535](https://github.com/scratchfoundation/scratch-l10n/issues/535)) ([f101b4d](https://github.com/scratchfoundation/scratch-l10n/commit/f101b4dd5138c247488fef2e0de2edcd98e1b72f)) + ## [5.0.4](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.3...v5.0.4) (2024-11-27) diff --git a/package-lock.json b/package-lock.json index 150d7c9d..3b3910ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.4", + "version": "5.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.4", + "version": "5.0.5", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index ce6755e2..1ad52f1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.4", + "version": "5.0.5", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",