From e5b5afe53e79206647198e3e294fc1bbf194c2c6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Jan 2023 17:39:29 +0000 Subject: [PATCH] chore(release): 1.3.14 [skip ci] ## [1.3.14](https://github.com/LLK/scratch-vm/compare/v1.3.13...v1.3.14) (2023-01-10) ### Bug Fixes * **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230110085824 ([9b1a0f4](https://github.com/LLK/scratch-vm/commit/9b1a0f427a5af8ebfa1812381055d70354b55d38)) --- 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 4ebc17beb..ece667cd5 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.14](https://github.com/LLK/scratch-vm/compare/v1.3.13...v1.3.14) (2023-01-10) + + +### Bug Fixes + +* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230110085824 ([9b1a0f4](https://github.com/LLK/scratch-vm/commit/9b1a0f427a5af8ebfa1812381055d70354b55d38)) + ## [1.3.13](https://github.com/LLK/scratch-vm/compare/v1.3.12...v1.3.13) (2023-01-10) diff --git a/package-lock.json b/package-lock.json index 0dc9d5569..c6c3430b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "1.3.13", + "version": "1.3.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "1.3.13", + "version": "1.3.14", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "1.5.0", diff --git a/package.json b/package.json index f1828297f..3b9cae6ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "1.3.13", + "version": "1.3.14", "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": "82b7ff75a261dfb1937f3947559552e7936bbe7f" + "sha": "6c52ae000196b8275c8353c6cce70565bab0c372" }, "main": "./dist/node/scratch-vm.js", "browser": "./src/index.js",