From 46546dd063c9c7ff670574d1cc601a14040e7c14 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Sep 2024 09:54:18 +0000 Subject: [PATCH] chore(release): 3.18.316 [skip ci] ## [3.18.316](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.315...v3.18.316) (2024-09-23) ### Bug Fixes * **deps:** lock file maintenance ([a3d5f21](https://github.com/scratchfoundation/scratch-l10n/commit/a3d5f21cc3f7bd7faf9cb0dc8a95980196140830)) --- 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 b806ab01..4852ff06 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.316](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.315...v3.18.316) (2024-09-23) + + +### Bug Fixes + +* **deps:** lock file maintenance ([a3d5f21](https://github.com/scratchfoundation/scratch-l10n/commit/a3d5f21cc3f7bd7faf9cb0dc8a95980196140830)) + ## [3.18.315](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.314...v3.18.315) (2024-09-22) diff --git a/package-lock.json b/package-lock.json index e967ad90..2331e5ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.315", + "version": "3.18.316", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.315", + "version": "3.18.316", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 6eec9ab0..c1cd3121 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.315", + "version": "3.18.316", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",