chore(release): 3.0.7 [skip ci]

## [3.0.7](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.6...v3.0.7) (2024-03-05)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.36 ([6a43b9c](6a43b9c93d))
This commit is contained in:
semantic-release-bot 2024-03-05 22:52:47 +00:00
parent 3813e23111
commit 29ec35cc87
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.
## [3.0.7](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.6...v3.0.7) (2024-03-05)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.36 ([6a43b9c](https://github.com/scratchfoundation/scratch-vm/commit/6a43b9c93d9aa4d76b462a67c3168068712441ec))
## [3.0.6](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.5...v3.0.6) (2024-03-05)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "3.0.6",
"version": "3.0.7",
"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": "47d3e470ebe8325e1da184c01dc67e42a0126b31"
"sha": "3813e2311189b6c35917630371e0784f2e437a49"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",