chore(release): 2.3.57 [skip ci]

## [2.3.57](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.56...v2.3.57) (2024-02-29)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.22 ([bda0c7b](bda0c7be32))
This commit is contained in:
semantic-release-bot 2024-02-29 12:53:03 +00:00
parent 1ebef5c872
commit 9ad94a2d1f
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.
## [2.3.57](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.56...v2.3.57) (2024-02-29)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.22 ([bda0c7b](https://github.com/scratchfoundation/scratch-vm/commit/bda0c7be328ff09b7c93f0ddc2c931f7c1b35da0))
## [2.3.56](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.55...v2.3.56) (2024-02-29)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.3.56",
"version": "2.3.57",
"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/scratchfoundation/scratch-vm.git",
"sha": "6d1e3b6bc78770e369650012af7c430363c32248"
"sha": "1ebef5c8725fee35849ed94ef89df2be103f7894"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",