From f40140c725d715169b2ec38503ce95b88f5310f7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 29 Dec 2024 03:28:12 +0000 Subject: [PATCH] chore(release): 5.0.63 [skip ci] ## [5.0.63](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.62...v5.0.63) (2024-12-29) ### Bug Fixes * pull new editor translations from Transifex ([14eae10](https://github.com/scratchfoundation/scratch-l10n/commit/14eae10c18a91a3949520af3a6cae7de45e21ed2)) --- 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 675a18587..dd5ded64c 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.63](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.62...v5.0.63) (2024-12-29) + + +### Bug Fixes + +* pull new editor translations from Transifex ([14eae10](https://github.com/scratchfoundation/scratch-l10n/commit/14eae10c18a91a3949520af3a6cae7de45e21ed2)) + ## [5.0.62](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.61...v5.0.62) (2024-12-28) diff --git a/package-lock.json b/package-lock.json index 73e98df4c..dbe3d8e07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.62", + "version": "5.0.63", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.62", + "version": "5.0.63", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 30c8f92a7..ab0516b45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.62", + "version": "5.0.63", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",