chore(release): 2.3.58 [skip ci]

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

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.18.32 ([3b60033](3b60033752))
This commit is contained in:
semantic-release-bot 2024-02-29 16:22:36 +00:00
parent 5c90232a92
commit 49234a6825
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.58](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.57...v2.3.58) (2024-02-29)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.18.32 ([3b60033](https://github.com/scratchfoundation/scratch-vm/commit/3b60033752c2badf2520ce0db1f96cfa9b72c41c))
## [2.3.57](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.56...v2.3.57) (2024-02-29)

4
package-lock.json generated
View file

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

View file

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