chore(release): 1.3.59 [skip ci]

## [1.3.59](https://github.com/LLK/scratch-vm/compare/v1.3.58...v1.3.59) (2023-02-22)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230222103638 ([7f5614a](7f5614a112))
This commit is contained in:
semantic-release-bot 2023-02-22 18:35:03 +00:00
parent 2b9f4c3a3f
commit db3c138f23
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.59](https://github.com/LLK/scratch-vm/compare/v1.3.58...v1.3.59) (2023-02-22)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230222103638 ([7f5614a](https://github.com/LLK/scratch-vm/commit/7f5614a112d0dcb3559a09f86f649ce758ca285c))
## [1.3.58](https://github.com/LLK/scratch-vm/compare/v1.3.57...v1.3.58) (2023-02-22)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.3.58",
"version": "1.3.59",
"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": "5b02d92ffbba46faf2304b9ecc95f0431f0762f5"
"sha": "2b9f4c3a3f35a190f4fbe44a02271835782ac03c"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",