chore(release): 1.3.10 [skip ci]

## [1.3.10](https://github.com/LLK/scratch-vm/compare/v1.3.9...v1.3.10) (2023-01-08)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230108070914 ([3360580](3360580eed))
This commit is contained in:
semantic-release-bot 2023-01-08 12:18:34 +00:00
parent 1d10bb5ed0
commit 148316f021
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.10](https://github.com/LLK/scratch-vm/compare/v1.3.9...v1.3.10) (2023-01-08)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230108070914 ([3360580](https://github.com/LLK/scratch-vm/commit/3360580eed53f949491e484e28f4cb0e514a84f6))
## [1.3.9](https://github.com/LLK/scratch-vm/compare/v1.3.8...v1.3.9) (2023-01-08)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.3.9",
"version": "1.3.10",
"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": "3757df2310517c876fe1ac075b4339f45494e779"
"sha": "1d10bb5ed079b1de3e8f0a136c8042496e492a26"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",