From 15330d850d5cd26b13001f7b0eb1de04266989db Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Nov 2024 10:42:29 +0000 Subject: [PATCH] chore(release): 5.0.2 [skip ci] ## [5.0.2](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.1...v5.0.2) (2024-11-26) ### Bug Fixes * **deps:** lock file maintenance ([#534](https://github.com/scratchfoundation/scratch-l10n/issues/534)) ([4e87c7a](https://github.com/scratchfoundation/scratch-l10n/commit/4e87c7a4eeb2c89b0b366979338521a110e6dbc5)) --- 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 32ca5e73..8191214e 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.2](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.1...v5.0.2) (2024-11-26) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#534](https://github.com/scratchfoundation/scratch-l10n/issues/534)) ([4e87c7a](https://github.com/scratchfoundation/scratch-l10n/commit/4e87c7a4eeb2c89b0b366979338521a110e6dbc5)) + ## [5.0.1](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.0...v5.0.1) (2024-11-26) diff --git a/package-lock.json b/package-lock.json index 8fa1c70d..33a8549c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.1", + "version": "5.0.2", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 33a41266..16296362 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.1", + "version": "5.0.2", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",