diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c4ad349..bbb1456a 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. +## [4.0.46](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.45...v4.0.46) (2024-11-25) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#530](https://github.com/scratchfoundation/scratch-l10n/issues/530)) ([b15d759](https://github.com/scratchfoundation/scratch-l10n/commit/b15d759f600c0a78e2451b28b7e8d6e44de53cbb)) + ## [4.0.45](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.44...v4.0.45) (2024-11-24) diff --git a/package-lock.json b/package-lock.json index ad12c0f9..573c5083 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "4.0.45", + "version": "4.0.46", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "4.0.45", + "version": "4.0.46", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 24396964..1630bb27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "4.0.45", + "version": "4.0.46", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",