From 1a117e39233fc3b75eaec8f68870a3537c196fe2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Jan 2025 06:51:48 +0000 Subject: [PATCH] chore(release): 5.0.66 [skip ci] ## [5.0.66](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.65...v5.0.66) (2025-01-01) ### Bug Fixes * **deps:** lock file maintenance ([aef12ad](https://github.com/scratchfoundation/scratch-l10n/commit/aef12ad973d9057248686a4224377b48c7eec30e)) --- 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 842699b45..953408577 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. +## [5.0.66](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.65...v5.0.66) (2025-01-01) + + +### Bug Fixes + +* **deps:** lock file maintenance ([aef12ad](https://github.com/scratchfoundation/scratch-l10n/commit/aef12ad973d9057248686a4224377b48c7eec30e)) + ## [5.0.65](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.64...v5.0.65) (2024-12-31) diff --git a/package-lock.json b/package-lock.json index 3f3a9bb62..21005aee3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.65", + "version": "5.0.66", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.65", + "version": "5.0.66", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index ee8e0f4ee..4f12b6fa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.65", + "version": "5.0.66", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",