diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d4ddd3..f622abf 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.47](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.46...v2.0.47) (2025-01-24) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#400](https://github.com/scratchfoundation/scratch-sb1-converter/issues/400)) ([328011f](https://github.com/scratchfoundation/scratch-sb1-converter/commit/328011fa7e7796b4c26f45bea6f3dd1e5b427bc6)) + ## [2.0.46](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.45...v2.0.46) (2025-01-23) diff --git a/package-lock.json b/package-lock.json index 60e5fc9..70c9890 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "2.0.46", + "version": "2.0.47", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "2.0.46", + "version": "2.0.47", "license": "AGPL-3.0-only", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index cf4c369..e4f7896 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "2.0.46", + "version": "2.0.47", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "AGPL-3.0-only",