diff --git a/CHANGELOG.md b/CHANGELOG.md index d9dddd79..0ebcb9d0 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.17](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.16...v5.0.17) (2024-12-02) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#542](https://github.com/scratchfoundation/scratch-l10n/issues/542)) ([f977af0](https://github.com/scratchfoundation/scratch-l10n/commit/f977af01f76a5b83fe94dbf68af89567e189b403)) + ## [5.0.16](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.15...v5.0.16) (2024-12-02) diff --git a/package-lock.json b/package-lock.json index b34e6cec..ea5d5a55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "5.0.16", + "version": "5.0.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "5.0.16", + "version": "5.0.17", "license": "AGPL-3.0-only", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 454fe879..7b1c9576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "5.0.16", + "version": "5.0.17", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",