From e75ab4f0667bf96b40d849ffc259ee18a22dfe04 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 30 Nov 2024 10:56:39 +0000 Subject: [PATCH] chore(release): 2.0.6 [skip ci] ## [2.0.6](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.5...v2.0.6) (2024-11-30) ### Bug Fixes * **deps:** lock file maintenance ([f3f53cb](https://github.com/scratchfoundation/scratch-sb1-converter/commit/f3f53cbb07e5c378e61c459a56592ff362f89c5d)) --- 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 a8a7144..4ae3098 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.6](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.5...v2.0.6) (2024-11-30) + + +### Bug Fixes + +* **deps:** lock file maintenance ([f3f53cb](https://github.com/scratchfoundation/scratch-sb1-converter/commit/f3f53cbb07e5c378e61c459a56592ff362f89c5d)) + ## [2.0.5](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.4...v2.0.5) (2024-11-29) diff --git a/package-lock.json b/package-lock.json index a4da01a..8cca268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "2.0.5", + "version": "2.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "2.0.5", + "version": "2.0.6", "license": "AGPL-3.0-only", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index 11f25e4..dff371b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "2.0.5", + "version": "2.0.6", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "AGPL-3.0-only",