chore(release): 1.3.35 [skip ci]

## [1.3.35](https://github.com/LLK/scratch-vm/compare/v1.3.34...v1.3.35) (2023-01-30)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230130141837 ([0ddf4ee](0ddf4ee62b))
This commit is contained in:
semantic-release-bot 2023-01-30 20:50:49 +00:00
parent 45ad172984
commit 3e6c0f21e5
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.3.35](https://github.com/LLK/scratch-vm/compare/v1.3.34...v1.3.35) (2023-01-30)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230130141837 ([0ddf4ee](https://github.com/LLK/scratch-vm/commit/0ddf4ee62bc83deb3fc08140713c2a33d3c1ad69))
## [1.3.34](https://github.com/LLK/scratch-vm/compare/v1.3.33...v1.3.34) (2023-01-30)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.3.34",
"version": "1.3.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": "1e52d2e530b23a2536b5f34f442bf4c4156f136a"
"sha": "45ad1729847c5f468bfea84ca7c4d1414061d258"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",