From c89775b338fe92f7be5e9be3d078add29756d907 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 8 Dec 2024 06:52:32 +0000 Subject: [PATCH] chore(release): 2.0.7 [skip ci] ## [2.0.7](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.6...v2.0.7) (2024-12-08) ### Bug Fixes * **deps:** lock file maintenance ([147400c](https://github.com/scratchfoundation/scratch-sb1-converter/commit/147400c3d1b442c44ef34c4ad861cbeaa0387723)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae3098..5140472 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.7](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.6...v2.0.7) (2024-12-08) + + +### Bug Fixes + +* **deps:** lock file maintenance ([147400c](https://github.com/scratchfoundation/scratch-sb1-converter/commit/147400c3d1b442c44ef34c4ad861cbeaa0387723)) + ## [2.0.6](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.5...v2.0.6) (2024-11-30) diff --git a/package-lock.json b/package-lock.json index b149a4c..796e847 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "2.0.6", + "version": "2.0.7", "license": "AGPL-3.0-only", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index dff371b..a901d49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "2.0.6", + "version": "2.0.7", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "AGPL-3.0-only",