From 32c05a206884ee11fe81731fef8c2e165e2d0132 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 Nov 2024 09:14:39 +0000 Subject: [PATCH] chore(release): 4.0.7 [skip ci] ## [4.0.7](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.6...v4.0.7) (2024-11-02) ### Bug Fixes * **deps:** lock file maintenance ([cdb3706](https://github.com/scratchfoundation/scratch-l10n/commit/cdb3706ce0f0bf08b5d69ba3a7b826c3fb1c3a42)) --- 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 68b7a0009..93a080f16 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.7](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.6...v4.0.7) (2024-11-02) + + +### Bug Fixes + +* **deps:** lock file maintenance ([cdb3706](https://github.com/scratchfoundation/scratch-l10n/commit/cdb3706ce0f0bf08b5d69ba3a7b826c3fb1c3a42)) + ## [4.0.6](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.5...v4.0.6) (2024-11-02) diff --git a/package-lock.json b/package-lock.json index 470320481..8be330382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "4.0.6", + "version": "4.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "4.0.6", + "version": "4.0.7", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index c9b399e8f..271c84ea9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "4.0.6", + "version": "4.0.7", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",