diff --git a/CHANGELOG.md b/CHANGELOG.md index 106102976..5d81a5f93 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.41](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.40...v5.0.41) (2024-12-16) + + +### Bug Fixes + +* **deps:** lock file maintenance ([7185324](https://github.com/scratchfoundation/scratch-l10n/commit/718532487d5f06154e3a38edb17d2a380c80ef06)) + ## [5.0.40](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.39...v5.0.40) (2024-12-14) diff --git a/package-lock.json b/package-lock.json index 5bd240b38..bcc70af42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.40", + "version": "5.0.41", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.40", + "version": "5.0.41", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index a5c06a8b8..b9c4c2548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.40", + "version": "5.0.41", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",