diff --git a/CHANGELOG.md b/CHANGELOG.md index f94a116f..ae0d9cd4 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.15](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.14...v5.0.15) (2024-12-01) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#541](https://github.com/scratchfoundation/scratch-l10n/issues/541)) ([59fe597](https://github.com/scratchfoundation/scratch-l10n/commit/59fe597e9b16901c5bd9f4e03a8c423d25d150d0)) + ## [5.0.14](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.13...v5.0.14) (2024-11-30) diff --git a/package-lock.json b/package-lock.json index 57c2885c..5cb9a354 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.14", + "version": "5.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.14", + "version": "5.0.15", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 4d0063ac..9aa8ca1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.14", + "version": "5.0.15", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",