diff --git a/CHANGELOG.md b/CHANGELOG.md index c7fe25d..7d77b4e 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. +## [2.0.43](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.42...v2.0.43) (2025-01-18) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#399](https://github.com/scratchfoundation/scratch-sb1-converter/issues/399)) ([4cfa37f](https://github.com/scratchfoundation/scratch-sb1-converter/commit/4cfa37f9e57363c5982c82ca81c75e50ebb63d3b)) + ## [2.0.42](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.41...v2.0.42) (2025-01-17) diff --git a/package-lock.json b/package-lock.json index 22ac567..461b626 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "2.0.42", + "version": "2.0.43", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "2.0.42", + "version": "2.0.43", "license": "AGPL-3.0-only", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index f25b1a2..df5da82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "2.0.42", + "version": "2.0.43", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "AGPL-3.0-only",