From 0955aa851cab60057527051ec89cc348717a7b14 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Nov 2024 07:27:39 +0000 Subject: [PATCH] chore(release): 4.0.26 [skip ci] ## [4.0.26](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.25...v4.0.26) (2024-11-15) ### Bug Fixes * **deps:** lock file maintenance ([#518](https://github.com/scratchfoundation/scratch-l10n/issues/518)) ([f41a2e4](https://github.com/scratchfoundation/scratch-l10n/commit/f41a2e4852104254313a72686820300a24c19cb9)) --- 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 5419e7fe6..607e420f2 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.26](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.25...v4.0.26) (2024-11-15) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#518](https://github.com/scratchfoundation/scratch-l10n/issues/518)) ([f41a2e4](https://github.com/scratchfoundation/scratch-l10n/commit/f41a2e4852104254313a72686820300a24c19cb9)) + ## [4.0.25](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.24...v4.0.25) (2024-11-15) diff --git a/package-lock.json b/package-lock.json index da28452ac..41323a537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "4.0.25", + "version": "4.0.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "4.0.25", + "version": "4.0.26", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 0f84da862..b6b789097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "4.0.25", + "version": "4.0.26", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",