From 0281712e1b8d94ac47b28075202294bb39db30be Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Nov 2024 07:38:44 +0000 Subject: [PATCH] chore(release): 4.0.46 [skip ci] ## [4.0.46](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.45...v4.0.46) (2024-11-25) ### Bug Fixes * **deps:** lock file maintenance ([#530](https://github.com/scratchfoundation/scratch-l10n/issues/530)) ([b15d759](https://github.com/scratchfoundation/scratch-l10n/commit/b15d759f600c0a78e2451b28b7e8d6e44de53cbb)) --- 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 5c4ad349..bbb1456a 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. +## [4.0.46](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.45...v4.0.46) (2024-11-25) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#530](https://github.com/scratchfoundation/scratch-l10n/issues/530)) ([b15d759](https://github.com/scratchfoundation/scratch-l10n/commit/b15d759f600c0a78e2451b28b7e8d6e44de53cbb)) + ## [4.0.45](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.44...v4.0.45) (2024-11-24) diff --git a/package-lock.json b/package-lock.json index ad12c0f9..573c5083 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "4.0.45", + "version": "4.0.46", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "4.0.45", + "version": "4.0.46", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 24396964..1630bb27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "4.0.45", + "version": "4.0.46", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",