diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5ded64c..e244bf706 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.64](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.63...v5.0.64) (2024-12-30) + + +### Bug Fixes + +* **deps:** lock file maintenance ([35d4250](https://github.com/scratchfoundation/scratch-l10n/commit/35d425063027e5373aa40ab9b3844d5905eb5897)) + ## [5.0.63](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.62...v5.0.63) (2024-12-29) diff --git a/package-lock.json b/package-lock.json index 265236102..023fc4d2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.63", + "version": "5.0.64", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.63", + "version": "5.0.64", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index ab0516b45..a729aa8e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.63", + "version": "5.0.64", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",