From 6ec9dabe8786bb6ef96329010df6627b7a7d9197 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jul 2024 09:50:18 +0000 Subject: [PATCH] chore(release): 1.0.190 [skip ci] ## [1.0.190](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.189...v1.0.190) (2024-07-29) ### Bug Fixes * **deps:** lock file maintenance ([4af2ecb](https://github.com/scratchfoundation/scratch-sb1-converter/commit/4af2ecbdb4f066584b05685df834636f2b5180e7)) --- 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 d9c3507..68d7beb 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.190](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.189...v1.0.190) (2024-07-29) + + +### Bug Fixes + +* **deps:** lock file maintenance ([4af2ecb](https://github.com/scratchfoundation/scratch-sb1-converter/commit/4af2ecbdb4f066584b05685df834636f2b5180e7)) + ## [1.0.189](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v1.0.188...v1.0.189) (2024-07-29) diff --git a/package-lock.json b/package-lock.json index 3f0e28e..46f340e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-sb1-converter", - "version": "1.0.189", + "version": "1.0.190", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-sb1-converter", - "version": "1.0.189", + "version": "1.0.190", "license": "BSD-3-Clause", "dependencies": { "js-md5": "^0.7.3", diff --git a/package.json b/package.json index 873bf2a..57b773f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-sb1-converter", - "version": "1.0.189", + "version": "1.0.190", "description": "Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0", "author": "Scratch Foundation", "license": "BSD-3-Clause",