From 4f78ee7f2a10529243a747f0e41d6877f061facd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Sep 2024 05:13:35 +0000 Subject: [PATCH] chore(release): 3.18.309 [skip ci] ## [3.18.309](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.308...v3.18.309) (2024-09-17) ### Bug Fixes * **deps:** lock file maintenance ([9f03128](https://github.com/scratchfoundation/scratch-l10n/commit/9f03128a0abb25b7f78d15966c5fe362e506e7c5)) --- 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 2b39361f..0fda3f10 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.309](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.308...v3.18.309) (2024-09-17) + + +### Bug Fixes + +* **deps:** lock file maintenance ([9f03128](https://github.com/scratchfoundation/scratch-l10n/commit/9f03128a0abb25b7f78d15966c5fe362e506e7c5)) + ## [3.18.308](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.307...v3.18.308) (2024-09-16) diff --git a/package-lock.json b/package-lock.json index f3a98750..5cab0618 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.308", + "version": "3.18.309", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.308", + "version": "3.18.309", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 8dc194b4..c7363ae4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.308", + "version": "3.18.309", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",