diff --git a/CHANGELOG.md b/CHANGELOG.md index 607e420f2..0045678b2 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.27](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.26...v4.0.27) (2024-11-15) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#519](https://github.com/scratchfoundation/scratch-l10n/issues/519)) ([6c14bcc](https://github.com/scratchfoundation/scratch-l10n/commit/6c14bcc659a909db497188a2e907a97350d1ef2e)) + ## [4.0.26](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.25...v4.0.26) (2024-11-15) diff --git a/package-lock.json b/package-lock.json index 8e83918e9..366704584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "4.0.26", + "version": "4.0.27", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "4.0.26", + "version": "4.0.27", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index b6b789097..621a3d720 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "4.0.26", + "version": "4.0.27", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",