chore(release): 2.1.58 [skip ci]

## [2.1.58](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.57...v2.1.58) (2024-01-11)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.0.3 ([5265f6a](5265f6adb7))
This commit is contained in:
semantic-release-bot 2024-01-11 13:12:35 +00:00
parent 92b2b7d8ee
commit a392868b21
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.1.58](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.57...v2.1.58) (2024-01-11)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.0.3 ([5265f6a](https://github.com/scratchfoundation/scratch-vm/commit/5265f6adb778d049b7c65cdb3198348a61e60529))
## [2.1.57](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.56...v2.1.57) (2024-01-11)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.1.57",
"version": "2.1.58",
"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": "aa8fa8f2246015f49409a728866f404faf29879e"
"sha": "92b2b7d8ee467fc72191e1a55e50d53578fe0a51"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",