From 7d1d962ed1a40a27752131d079340e3c392cbf66 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 Nov 2024 09:19:57 +0000 Subject: [PATCH] chore(release): 4.0.30 [skip ci] ## [4.0.30](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.29...v4.0.30) (2024-11-16) ### Bug Fixes * **deps:** lock file maintenance ([#521](https://github.com/scratchfoundation/scratch-l10n/issues/521)) ([f7981d3](https://github.com/scratchfoundation/scratch-l10n/commit/f7981d3fa8bc1b1ed6aae99b128d1e5397c227d4)) --- 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 7c17ed765..b6c70818a 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.30](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.29...v4.0.30) (2024-11-16) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#521](https://github.com/scratchfoundation/scratch-l10n/issues/521)) ([f7981d3](https://github.com/scratchfoundation/scratch-l10n/commit/f7981d3fa8bc1b1ed6aae99b128d1e5397c227d4)) + ## [4.0.29](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.28...v4.0.29) (2024-11-16) diff --git a/package-lock.json b/package-lock.json index 075797883..4b4fcaeda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "4.0.29", + "version": "4.0.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "4.0.29", + "version": "4.0.30", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 772d283ae..4e62c29c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "4.0.29", + "version": "4.0.30", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",