diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4a47ad8..47bddbbd8 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.49](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.48...v5.0.49) (2024-12-19) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#566](https://github.com/scratchfoundation/scratch-l10n/issues/566)) ([4e51927](https://github.com/scratchfoundation/scratch-l10n/commit/4e51927072d7efdae7c8267d9be7a44a627ecacd)) + ## [5.0.48](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.47...v5.0.48) (2024-12-19) diff --git a/package-lock.json b/package-lock.json index 9d4fe8323..a9bf5a5ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.48", + "version": "5.0.49", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.48", + "version": "5.0.49", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index fe1dc87b7..6d1cfda0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.48", + "version": "5.0.49", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",