diff --git a/CHANGELOG.md b/CHANGELOG.md index bbb40691..9336025d 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. +## [3.18.321](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.320...v3.18.321) (2024-09-27) + + +### Bug Fixes + +* **deps:** lock file maintenance ([4303cfc](https://github.com/scratchfoundation/scratch-l10n/commit/4303cfcccfc54ccf911723561f776e20bc1f6f44)) + ## [3.18.320](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.319...v3.18.320) (2024-09-26) diff --git a/package-lock.json b/package-lock.json index ce901466..67c3d24d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.320", + "version": "3.18.321", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.320", + "version": "3.18.321", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 00df9bcf..da67aaf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.320", + "version": "3.18.321", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",