diff --git a/CHANGELOG.md b/CHANGELOG.md index d3eb15a90..4fb4de685 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.74](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.73...v5.0.74) (2025-01-06) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#579](https://github.com/scratchfoundation/scratch-l10n/issues/579)) ([ad0a356](https://github.com/scratchfoundation/scratch-l10n/commit/ad0a356951c63975898fe83e0ec8f2f6771f83e8)) + ## [5.0.73](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.72...v5.0.73) (2025-01-06) diff --git a/package-lock.json b/package-lock.json index a1c8da044..92062a140 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.73", + "version": "5.0.74", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.73", + "version": "5.0.74", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index b3c79156a..92773f60f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.73", + "version": "5.0.74", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",