From 871072327794655929a09d8b79e8f08a77ec05cf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 9 Jun 2024 09:17:23 +0000 Subject: [PATCH] chore(release): 3.18.175 [skip ci] ## [3.18.175](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.174...v3.18.175) (2024-06-09) ### Bug Fixes * **deps:** lock file maintenance ([464c6e5](https://github.com/scratchfoundation/scratch-l10n/commit/464c6e51955ec5dd888c7b601aff2f5c4e0aa4e6)) --- 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 89ad24f0..5b71aa13 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.175](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.174...v3.18.175) (2024-06-09) + + +### Bug Fixes + +* **deps:** lock file maintenance ([464c6e5](https://github.com/scratchfoundation/scratch-l10n/commit/464c6e51955ec5dd888c7b601aff2f5c4e0aa4e6)) + ## [3.18.174](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.173...v3.18.174) (2024-06-09) diff --git a/package-lock.json b/package-lock.json index eba726ed..c7d6cdb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.174", + "version": "3.18.175", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.174", + "version": "3.18.175", "license": "BSD-3-Clause", "bin": { "build-i18n-src": "scripts/build-i18n-src.js", diff --git a/package.json b/package.json index 37a4fa00..0d492cbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.174", + "version": "3.18.175", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",