From 5b022b0c6a37c3e66c6e6859f84bbf987ec6cce2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Oct 2024 05:05:31 +0000 Subject: [PATCH] chore(release): 3.18.349 [skip ci] ## [3.18.349](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.348...v3.18.349) (2024-10-24) ### Bug Fixes * **deps:** lock file maintenance ([8cd7041](https://github.com/scratchfoundation/scratch-l10n/commit/8cd70416585e22f900b660a5791dd6a3613a339e)) --- 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 66000f9e..1aa99630 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.349](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.348...v3.18.349) (2024-10-24) + + +### Bug Fixes + +* **deps:** lock file maintenance ([8cd7041](https://github.com/scratchfoundation/scratch-l10n/commit/8cd70416585e22f900b660a5791dd6a3613a339e)) + ## [3.18.348](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.347...v3.18.348) (2024-10-23) diff --git a/package-lock.json b/package-lock.json index 1cfd7201..0e5c1136 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.348", + "version": "3.18.349", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.348", + "version": "3.18.349", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 79070b6b..3409598e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.348", + "version": "3.18.349", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",