diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb24f3..39e0e91 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.3](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.2...v2.0.3) (2024-11-28) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#370](https://github.com/scratchfoundation/scratch-sb1-converter/issues/370)) ([7216b22](https://github.com/scratchfoundation/scratch-sb1-converter/commit/7216b22a180aa849bb730c7a16a07834816e39b0)) + ## [2.0.2](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.1...v2.0.2) (2024-11-27) diff --git a/package-lock.json b/package-lock.json index 1b1aab7..2d8b587 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "2.0.2", + "version": "2.0.3", "license": "AGPL-3.0-only", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index d3785f4..cf63b19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "2.0.2", + "version": "2.0.3", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "AGPL-3.0-only",