diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fda3f10..80e69279 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.310](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.309...v3.18.310) (2024-09-18) + + +### Bug Fixes + +* **deps:** lock file maintenance ([4751a2a](https://github.com/scratchfoundation/scratch-l10n/commit/4751a2af1c6d33be02492feac8344e310f4c9796)) + ## [3.18.309](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.308...v3.18.309) (2024-09-17) diff --git a/package-lock.json b/package-lock.json index e7911cc9..6ab635e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.309", + "version": "3.18.310", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.309", + "version": "3.18.310", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index c7363ae4..964290f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.309", + "version": "3.18.310", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",