From ee647ff4e4d6af9e2c1aa7074534a08fe3da4cee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Oct 2024 06:05:38 +0000 Subject: [PATCH] chore(release): 4.0.3 [skip ci] ## [4.0.3](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.2...v4.0.3) (2024-10-31) ### Bug Fixes * **deps:** lock file maintenance ([b166836](https://github.com/scratchfoundation/scratch-l10n/commit/b16683692f2d7bc3d9d10a046ef611bbba496a29)) --- 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 85d42fc9f..487f54afb 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.3](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.2...v4.0.3) (2024-10-31) + + +### Bug Fixes + +* **deps:** lock file maintenance ([b166836](https://github.com/scratchfoundation/scratch-l10n/commit/b16683692f2d7bc3d9d10a046ef611bbba496a29)) + ## [4.0.2](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.1...v4.0.2) (2024-10-30) diff --git a/package-lock.json b/package-lock.json index 9ebd64e2f..6b5ebf6a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "4.0.2", + "version": "4.0.3", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 35eaf9f67..eecf4e17b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "4.0.2", + "version": "4.0.3", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",