From 468c16a04c1419a864e9e7bf77ffb91ed5dff94b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Nov 2024 10:49:17 +0000 Subject: [PATCH] chore(release): 1.0.302 [skip ci] ## [1.0.302](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.301...v1.0.302) (2024-11-08) ### Bug Fixes * **deps:** lock file maintenance ([#354](https://github.com/scratchfoundation/scratch-sb1-converter/issues/354)) ([f535b9c](https://github.com/scratchfoundation/scratch-sb1-converter/commit/f535b9c2618f9c63c3f8916c57d481a78240bd5f)) --- 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 ef8848b..06c7385 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.302](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.301...v1.0.302) (2024-11-08) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#354](https://github.com/scratchfoundation/scratch-sb1-converter/issues/354)) ([f535b9c](https://github.com/scratchfoundation/scratch-sb1-converter/commit/f535b9c2618f9c63c3f8916c57d481a78240bd5f)) + ## [1.0.301](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.300...v1.0.301) (2024-11-08) diff --git a/package-lock.json b/package-lock.json index 24fa293..776b1d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "1.0.301", + "version": "1.0.302", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "1.0.301", + "version": "1.0.302", "license": "BSD-3-Clause", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index 9699020..2a2b2fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "1.0.301", + "version": "1.0.302", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "BSD-3-Clause",