From afc08ae15f289a2d1909f9db451947facaea0b8d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Dec 2024 08:11:25 +0000 Subject: [PATCH] chore(release): 5.0.46 [skip ci] ## [5.0.46](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.45...v5.0.46) (2024-12-18) ### Bug Fixes * **deps:** lock file maintenance ([#564](https://github.com/scratchfoundation/scratch-l10n/issues/564)) ([fbfa126](https://github.com/scratchfoundation/scratch-l10n/commit/fbfa126aa15e734db6850568bd5175e4459fe91c)) --- 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 cfa6e2d24..96232d88a 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.46](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.45...v5.0.46) (2024-12-18) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#564](https://github.com/scratchfoundation/scratch-l10n/issues/564)) ([fbfa126](https://github.com/scratchfoundation/scratch-l10n/commit/fbfa126aa15e734db6850568bd5175e4459fe91c)) + ## [5.0.45](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.44...v5.0.45) (2024-12-18) diff --git a/package-lock.json b/package-lock.json index 94e78d896..1a02c1a1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.45", + "version": "5.0.46", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.45", + "version": "5.0.46", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 714059393..928842105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.45", + "version": "5.0.46", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",