diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c3586e..228c6233 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.12](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.11...v5.0.12) (2024-11-29) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#540](https://github.com/scratchfoundation/scratch-l10n/issues/540)) ([ab14431](https://github.com/scratchfoundation/scratch-l10n/commit/ab1443105b06d437f127f3387a37fdd90e07a183)) + ## [5.0.11](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.10...v5.0.11) (2024-11-29) diff --git a/package-lock.json b/package-lock.json index d5e9de5f..0d420bf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.11", + "version": "5.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.11", + "version": "5.0.12", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index a7705b19..85958862 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.11", + "version": "5.0.12", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",