chore(release): 2.1.6 [skip ci]

## [2.1.6](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.5...v2.1.6) (2023-10-18)

### Bug Fixes

* **deps:** update dependency scratch-render to v0.1.0-prerelease.20231018030724 ([d13ab75](d13ab75325))
This commit is contained in:
semantic-release-bot 2023-10-18 09:17:03 +00:00
parent 774bdceeb8
commit bcacace514
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.1.6](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.5...v2.1.6) (2023-10-18)
### Bug Fixes
* **deps:** update dependency scratch-render to v0.1.0-prerelease.20231018030724 ([d13ab75](https://github.com/scratchfoundation/scratch-vm/commit/d13ab75325d0b429b1b4366dc95966fe29ebbfb3))
## [2.1.5](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.4...v2.1.5) (2023-10-18)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-vm",
"version": "2.1.5",
"version": "2.1.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "scratch-vm",
"version": "2.1.5",
"version": "2.1.6",
"license": "BSD-3-Clause",
"dependencies": {
"@vernier/godirect": "1.5.0",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.1.5",
"version": "2.1.6",
"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": "efcc1354841572b9fdab236b70093a5c8e0697a6"
"sha": "774bdceeb8765cbc87578bbcd24300917234f36c"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",