From 1f0004c3f90390d3b8636c714408aa05088823a2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Oct 2024 07:29:12 +0000 Subject: [PATCH] chore(release): 3.18.326 [skip ci] ## [3.18.326](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.325...v3.18.326) (2024-10-02) ### Bug Fixes * **deps:** lock file maintenance ([25f3f0d](https://github.com/scratchfoundation/scratch-l10n/commit/25f3f0dc722f3cd2c1547d58da6a990c4336a9a5)) --- 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 169bbaf4..ab7f5089 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. +## [3.18.326](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.325...v3.18.326) (2024-10-02) + + +### Bug Fixes + +* **deps:** lock file maintenance ([25f3f0d](https://github.com/scratchfoundation/scratch-l10n/commit/25f3f0dc722f3cd2c1547d58da6a990c4336a9a5)) + ## [3.18.325](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.324...v3.18.325) (2024-10-01) diff --git a/package-lock.json b/package-lock.json index 41da8eb8..fd4ca9ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.325", + "version": "3.18.326", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.325", + "version": "3.18.326", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index b138b0b9..57059280 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.325", + "version": "3.18.326", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",