From fb3a6187533a6e259c6ec570a73cb84ff0ac85e8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Apr 2024 10:04:17 +0000 Subject: [PATCH] chore(release): 4.5.117 [skip ci] ## [4.5.117](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.116...v4.5.117) (2024-04-27) ### Bug Fixes * **deps:** update dependency scratch-blocks to v1.1.99 ([a28bae3](https://github.com/scratchfoundation/scratch-vm/commit/a28bae3254a461cd3a4057af66a72a706d61f1b3)) --- 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 3eef8baa8..544242ed7 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.117](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.116...v4.5.117) (2024-04-27) + + +### Bug Fixes + +* **deps:** update dependency scratch-blocks to v1.1.99 ([a28bae3](https://github.com/scratchfoundation/scratch-vm/commit/a28bae3254a461cd3a4057af66a72a706d61f1b3)) + ## [4.5.116](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.115...v4.5.116) (2024-04-26) diff --git a/package-lock.json b/package-lock.json index 107c7fe3f..4b93ec174 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "4.5.116", + "version": "4.5.117", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "4.5.116", + "version": "4.5.117", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index 55e40d134..e5334a1ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "4.5.116", + "version": "4.5.117", "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": "ceab4e95135ae2e614257b87d8117007a4a92fe5" + "sha": "8f6394cca423609dd2754bb1b32d6b50739834d0" }, "main": "./dist/node/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",