From 8c0c5cef72494731438e13c6af6caf774245d181 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Jun 2024 06:07:21 +0000 Subject: [PATCH] chore(release): 1.0.123 [skip ci] ## [1.0.123](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.122...v1.0.123) (2024-06-03) ### Bug Fixes * **deps:** lock file maintenance ([ba86394](https://github.com/scratchfoundation/scratch-sb1-converter/commit/ba8639461a67588c6cd5a796909125584e055deb)) --- 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 810f2ab..f4759b4 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.123](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.122...v1.0.123) (2024-06-03) + + +### Bug Fixes + +* **deps:** lock file maintenance ([ba86394](https://github.com/scratchfoundation/scratch-sb1-converter/commit/ba8639461a67588c6cd5a796909125584e055deb)) + ## [1.0.122](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.121...v1.0.122) (2024-06-02) diff --git a/package-lock.json b/package-lock.json index 2c41c12..f1f74d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "1.0.122", + "version": "1.0.123", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "1.0.122", + "version": "1.0.123", "license": "BSD-3-Clause", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index 7fb52c4..82a4450 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "1.0.122", + "version": "1.0.123", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "BSD-3-Clause",