diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f009af..32ca5e73 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.1](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.0...v5.0.1) (2024-11-26) + + +### Bug Fixes + +* **deps:** lock file maintenance ([1509be2](https://github.com/scratchfoundation/scratch-l10n/commit/1509be21056fddf86c7edc839e580f3657ea6dd9)) + # [5.0.0](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.46...v5.0.0) (2024-11-25) diff --git a/package-lock.json b/package-lock.json index 145426f3..df6c5cc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.0", + "version": "5.0.1", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 23cbd26e..33a41266 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.0", + "version": "5.0.1", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",