diff --git a/CHANGELOG.md b/CHANGELOG.md index 12dd9664..da2ab677 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.13](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.12...v4.0.13) (2024-11-06) + + +### Bug Fixes + +* **deps:** lock file maintenance ([cff8ea0](https://github.com/scratchfoundation/scratch-l10n/commit/cff8ea07f531a0d4b4e9156b5052a8974423e8c5)) + ## [4.0.12](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.11...v4.0.12) (2024-11-06) diff --git a/package-lock.json b/package-lock.json index 3732daa5..2a7eab78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "4.0.12", + "version": "4.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "4.0.12", + "version": "4.0.13", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 62014ad0..ed4191ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "4.0.12", + "version": "4.0.13", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",