chore(release): 2.0.15 [skip ci]

## [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](23a1fde1e7))
This commit is contained in:
semantic-release-bot 2023-10-13 21:40:51 +00:00
parent f644aae13a
commit 17cda92a5c
3 changed files with 11 additions and 4 deletions

View file

@ -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)

4
package-lock.json generated
View file

@ -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",

View file

@ -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",