From 073fa61f64305f906ed5e839d2a1aabaaeae81a7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Dec 2024 06:35:59 +0000 Subject: [PATCH] chore(release): 2.0.10 [skip ci] ## [2.0.10](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.9...v2.0.10) (2024-12-11) ### Bug Fixes * **deps:** lock file maintenance ([#375](https://github.com/scratchfoundation/scratch-sb1-converter/issues/375)) ([23294d8](https://github.com/scratchfoundation/scratch-sb1-converter/commit/23294d832ec140a2823a91199b8c0c532ad71516)) --- 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 d515b70..b1d3b5e 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.10](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.9...v2.0.10) (2024-12-11) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#375](https://github.com/scratchfoundation/scratch-sb1-converter/issues/375)) ([23294d8](https://github.com/scratchfoundation/scratch-sb1-converter/commit/23294d832ec140a2823a91199b8c0c532ad71516)) + ## [2.0.9](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.8...v2.0.9) (2024-12-10) diff --git a/package-lock.json b/package-lock.json index 78de258..7d90f46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "2.0.9", + "version": "2.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "2.0.9", + "version": "2.0.10", "license": "AGPL-3.0-only", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index 39790b2..a8b4690 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "2.0.9", + "version": "2.0.10", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "AGPL-3.0-only",