chore(release): 1.3.61 [skip ci]

## [1.3.61](https://github.com/LLK/scratch-vm/compare/v1.3.60...v1.3.61) (2023-02-23)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230223081721 ([a8a1e6b](a8a1e6b496))
This commit is contained in:
semantic-release-bot 2023-02-23 21:24:58 +00:00
parent 578ad7897c
commit 582a7a0201
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.61](https://github.com/LLK/scratch-vm/compare/v1.3.60...v1.3.61) (2023-02-23)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230223081721 ([a8a1e6b](https://github.com/LLK/scratch-vm/commit/a8a1e6b4960e8cc74cc4b23591957368c1864ad8))
## [1.3.60](https://github.com/LLK/scratch-vm/compare/v1.3.59...v1.3.60) (2023-02-23)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.3.60",
"version": "1.3.61",
"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": "288b695ffd88df220af76fc32aced8c4514dc662"
"sha": "578ad7897c88eaa58d7368aca88dd63cd788a682"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",