From 53e5ab7387c02a953b49e1b63c50154dd31ba045 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Dec 2024 06:08:31 +0000 Subject: [PATCH] chore(release): 5.0.36 [skip ci] ## [5.0.36](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.35...v5.0.36) (2024-12-13) ### Bug Fixes * **deps:** lock file maintenance ([#558](https://github.com/scratchfoundation/scratch-l10n/issues/558)) ([7db8a9f](https://github.com/scratchfoundation/scratch-l10n/commit/7db8a9f6b1a4a9f52891b2acbf01cb648840e50e)) --- 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 87b8b268..39831d92 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.36](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.35...v5.0.36) (2024-12-13) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#558](https://github.com/scratchfoundation/scratch-l10n/issues/558)) ([7db8a9f](https://github.com/scratchfoundation/scratch-l10n/commit/7db8a9f6b1a4a9f52891b2acbf01cb648840e50e)) + ## [5.0.35](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.34...v5.0.35) (2024-12-12) diff --git a/package-lock.json b/package-lock.json index c6633f08..14a7df64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.35", + "version": "5.0.36", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.35", + "version": "5.0.36", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 8a7bd98e..0154fede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.35", + "version": "5.0.36", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",