diff --git a/CHANGELOG.md b/CHANGELOG.md index 896d5b3..9fa2091 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. +## [1.0.104](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.103...v1.0.104) (2024-05-11) + + +### Bug Fixes + +* **deps:** lock file maintenance ([4d25128](https://github.com/scratchfoundation/scratch-sb1-converter/commit/4d25128c5271537148145d6e54726eac48c0935c)) + ## [1.0.103](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.102...v1.0.103) (2024-05-10) diff --git a/package-lock.json b/package-lock.json index 9e55066..a81097c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "1.0.103", + "version": "1.0.104", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "1.0.103", + "version": "1.0.104", "license": "BSD-3-Clause", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index 5ba539d..c493cd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "1.0.103", + "version": "1.0.104", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "BSD-3-Clause",