From 5a5ed1bd0231238374fb1142f1c5bc02e29a288e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Sep 2024 05:12:20 +0000 Subject: [PATCH] chore(release): 3.18.315 [skip ci] ## [3.18.315](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.314...v3.18.315) (2024-09-22) ### Bug Fixes * **deps:** lock file maintenance ([ad0e483](https://github.com/scratchfoundation/scratch-l10n/commit/ad0e483502dabccfa5c8e4a258c5ed143212f684)) --- 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 36ce4ec2..b806ab01 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.315](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.314...v3.18.315) (2024-09-22) + + +### Bug Fixes + +* **deps:** lock file maintenance ([ad0e483](https://github.com/scratchfoundation/scratch-l10n/commit/ad0e483502dabccfa5c8e4a258c5ed143212f684)) + ## [3.18.314](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.313...v3.18.314) (2024-09-21) diff --git a/package-lock.json b/package-lock.json index 849b035c..80394b43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.314", + "version": "3.18.315", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.314", + "version": "3.18.315", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 3c8e0d24..6eec9ab0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.314", + "version": "3.18.315", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",