diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5b9a4..a8a7144 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.5](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.4...v2.0.5) (2024-11-29) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#372](https://github.com/scratchfoundation/scratch-sb1-converter/issues/372)) ([26b8fbd](https://github.com/scratchfoundation/scratch-sb1-converter/commit/26b8fbd6ebf73de0e674563571d13b0771f1cb3d)) + ## [2.0.4](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.3...v2.0.4) (2024-11-29) diff --git a/package-lock.json b/package-lock.json index 5dfe7d6..b713859 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "2.0.4", + "version": "2.0.5", "license": "AGPL-3.0-only", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index 6251c3d..11f25e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "2.0.4", + "version": "2.0.5", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "AGPL-3.0-only",