From bd28dd22ed49574d7c052d208062173f4df4973f Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Thu, 6 Feb 2025 06:05:34 +0000
Subject: [PATCH] chore(release): 2.0.56 [skip ci]

## [2.0.56](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.55...v2.0.56) (2025-02-06)

### Bug Fixes

* **deps:** lock file maintenance ([#408](https://github.com/scratchfoundation/scratch-sb1-converter/issues/408)) ([7151389](https://github.com/scratchfoundation/scratch-sb1-converter/commit/71513891772ab12b6b491894d2a08910a1280331))
---
 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 b7aecc3..35a3385 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.56](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.55...v2.0.56) (2025-02-06)
+
+
+### Bug Fixes
+
+* **deps:** lock file maintenance ([#408](https://github.com/scratchfoundation/scratch-sb1-converter/issues/408)) ([7151389](https://github.com/scratchfoundation/scratch-sb1-converter/commit/71513891772ab12b6b491894d2a08910a1280331))
+
 ## [2.0.55](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.54...v2.0.55) (2025-02-05)
 
 
diff --git a/package-lock.json b/package-lock.json
index 72b950e..51b2ad2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-sb1-converter",
-  "version": "2.0.55",
+  "version": "2.0.56",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-sb1-converter",
-      "version": "2.0.55",
+      "version": "2.0.56",
       "license": "AGPL-3.0-only",
       "dependencies": {
         "js-md5": "^0.7.3",
diff --git a/package.json b/package.json
index d92dcf6..3fd3eb2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-sb1-converter",
-  "version": "2.0.55",
+  "version": "2.0.56",
   "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0",
   "author": "Scratch Foundation",
   "license": "AGPL-3.0-only",