chore(release): 1.5.35 [skip ci]

## [1.5.35](https://github.com/LLK/scratch-vm/compare/v1.5.34...v1.5.35) (2023-04-19)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230418162942 ([4fed33b](4fed33b836))
This commit is contained in:
semantic-release-bot 2023-04-19 02:39:24 +00:00
parent 6aaa6349ac
commit 905ad1ae08
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.
## [1.5.35](https://github.com/LLK/scratch-vm/compare/v1.5.34...v1.5.35) (2023-04-19)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230418162942 ([4fed33b](https://github.com/LLK/scratch-vm/commit/4fed33b83645f9f4dc0e098d532738d8c7ac439c))
## [1.5.34](https://github.com/LLK/scratch-vm/compare/v1.5.33...v1.5.34) (2023-04-18)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.5.34",
"version": "1.5.35",
"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": "6c9c009dbce04c07867df9feeb59a6c1a01b2d09"
"sha": "6aaa6349ac1d4544601c3b9c05297631d3af2aef"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",