From 3e6c0f21e57453e92f9b58541bf951e7edf22766 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 30 Jan 2023 20:50:49 +0000 Subject: [PATCH] chore(release): 1.3.35 [skip ci] ## [1.3.35](https://github.com/LLK/scratch-vm/compare/v1.3.34...v1.3.35) (2023-01-30) ### Bug Fixes * **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230130141837 ([0ddf4ee](https://github.com/LLK/scratch-vm/commit/0ddf4ee62bc83deb3fc08140713c2a33d3c1ad69)) --- 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 8df3b8bbe..e5a6d03f0 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.3.35](https://github.com/LLK/scratch-vm/compare/v1.3.34...v1.3.35) (2023-01-30) + + +### Bug Fixes + +* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230130141837 ([0ddf4ee](https://github.com/LLK/scratch-vm/commit/0ddf4ee62bc83deb3fc08140713c2a33d3c1ad69)) + ## [1.3.34](https://github.com/LLK/scratch-vm/compare/v1.3.33...v1.3.34) (2023-01-30) diff --git a/package-lock.json b/package-lock.json index 8bce6448a..a9d0f14f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "1.3.34", + "version": "1.3.35", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "1.3.34", + "version": "1.3.35", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "1.5.0", diff --git a/package.json b/package.json index 44950b935..8d6e0c770 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "1.3.34", + "version": "1.3.35", "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/LLK/scratch-vm.git", - "sha": "1e52d2e530b23a2536b5f34f442bf4c4156f136a" + "sha": "45ad1729847c5f468bfea84ca7c4d1414061d258" }, "main": "./dist/node/scratch-vm.js", "browser": "./src/index.js",