diff --git a/CHANGELOG.md b/CHANGELOG.md index 54c9004..8383988 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.7](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.6...v1.0.7) (2024-02-26) + + +### Bug Fixes + +* **deps:** lock file maintenance ([38f4e3f](https://github.com/scratchfoundation/scratch-sb1-converter/commit/38f4e3fed6584883104f9e408252bbf3746e2dde)) + ## [1.0.6](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.5...v1.0.6) (2024-02-24) diff --git a/package-lock.json b/package-lock.json index 76dd0bb..80d068b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "1.0.6", + "version": "1.0.7", "license": "BSD-3-Clause", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index b7a45e8..e5f6615 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "1.0.6", + "version": "1.0.7", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "BSD-3-Clause",