From 7a1211ac6527bc5bfabb35f3706f35925bc35ec8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Sep 2024 06:06:16 +0000 Subject: [PATCH] chore(release): 1.0.237 [skip ci] ## [1.0.237](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.236...v1.0.237) (2024-09-09) ### Bug Fixes * **deps:** lock file maintenance ([6c5ed62](https://github.com/scratchfoundation/scratch-sb1-converter/commit/6c5ed62f80952c996b4743689fce4b146cd6fa61)) --- 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 e6622dc..fc75d09 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.237](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.236...v1.0.237) (2024-09-09) + + +### Bug Fixes + +* **deps:** lock file maintenance ([6c5ed62](https://github.com/scratchfoundation/scratch-sb1-converter/commit/6c5ed62f80952c996b4743689fce4b146cd6fa61)) + ## [1.0.236](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.235...v1.0.236) (2024-09-08) diff --git a/package-lock.json b/package-lock.json index e062a70..2996f07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "1.0.236", + "version": "1.0.237", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "1.0.236", + "version": "1.0.237", "license": "BSD-3-Clause", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index 11d3c91..d4c1b38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "1.0.236", + "version": "1.0.237", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "BSD-3-Clause",