From 4f9b1dcdfd1802c635a29f2c1bad3afe40b9367f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Aug 2024 10:23:45 +0000 Subject: [PATCH] chore(release): 4.5.388 [skip ci] ## [4.5.388](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.387...v4.5.388) (2024-08-01) ### Bug Fixes * **deps:** update dependency scratch-blocks to v1.1.204 ([1c7a505](https://github.com/scratchfoundation/scratch-vm/commit/1c7a505aaecb5466864a2ba039eb95714ca29f19)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d69c538..838402a2b 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. +## [4.5.388](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.387...v4.5.388) (2024-08-01) + + +### Bug Fixes + +* **deps:** update dependency scratch-blocks to v1.1.204 ([1c7a505](https://github.com/scratchfoundation/scratch-vm/commit/1c7a505aaecb5466864a2ba039eb95714ca29f19)) + ## [4.5.387](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.386...v4.5.387) (2024-08-01) diff --git a/package-lock.json b/package-lock.json index 9f0e390ab..ac1ef4e85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "4.5.387", + "version": "4.5.388", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "4.5.387", + "version": "4.5.388", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index 4a636aba2..a8f90529d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "4.5.387", + "version": "4.5.388", "description": "Virtual Machine for Scratch 3.0", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause", @@ -8,7 +8,7 @@ "repository": { "type": "git", "url": "https://github.com/scratchfoundation/scratch-vm.git", - "sha": "cf17a90fe78d444f2b0b164a1c7f82b1d269c92b" + "sha": "15a118583a16f1b71094f0cc52e0110fc3370eca" }, "main": "./dist/node/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",