diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e0e91..9a5b9a4 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.4](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.3...v2.0.4) (2024-11-29) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#371](https://github.com/scratchfoundation/scratch-sb1-converter/issues/371)) ([4492b4e](https://github.com/scratchfoundation/scratch-sb1-converter/commit/4492b4e9311585750875434d8904876c20f93336)) + ## [2.0.3](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.2...v2.0.3) (2024-11-28) diff --git a/package-lock.json b/package-lock.json index f848c66..90abe55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "2.0.3", + "version": "2.0.4", "license": "AGPL-3.0-only", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index cf63b19..6251c3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "2.0.3", + "version": "2.0.4", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "AGPL-3.0-only",