diff --git a/CHANGELOG.md b/CHANGELOG.md index 66caf26085c..d57a43e857f 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. +## [2.0.15](https://github.com/scratchfoundation/scratch-vm/compare/v2.0.14...v2.0.15) (2023-10-13) + + +### Bug Fixes + +* **deps:** update dependency scratch-render to v0.1.0-prerelease.20231013160004 ([23a1fde](https://github.com/scratchfoundation/scratch-vm/commit/23a1fde1e7746056f0e1f8fbccd59e24c02c72a7)) + ## [2.0.14](https://github.com/scratchfoundation/scratch-vm/compare/v2.0.13...v2.0.14) (2023-10-13) diff --git a/package-lock.json b/package-lock.json index 106b2e2e6bf..f4ca676ef2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "2.0.14", + "version": "2.0.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "2.0.14", + "version": "2.0.15", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "1.5.0", diff --git a/package.json b/package.json index 78341b5ecb9..3b2fd17b23f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "2.0.14", + "version": "2.0.15", "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": "960ed71a1f658c8508e7977992a7457676f36bb2" + "sha": "f644aae13afa5b9d1546934f08bc73e7b9c09d7e" }, "main": "./dist/node/scratch-vm.js", "browser": "./src/index.js",