chore(release): 4.5.373 [skip ci]

## [4.5.373](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.372...v4.5.373) (2024-07-27)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.198 ([c8946ad](c8946ad730))
This commit is contained in:
semantic-release-bot 2024-07-27 17:04:48 +00:00
parent 85c7c8bf79
commit ac3f31974a
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.
## [4.5.373](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.372...v4.5.373) (2024-07-27)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.198 ([c8946ad](https://github.com/scratchfoundation/scratch-vm/commit/c8946ad7300e1feb87feba180920a7ceef8294f2))
## [4.5.372](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.371...v4.5.372) (2024-07-27)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.372",
"version": "4.5.373",
"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": "42afd01dcadc7cd2fb9e786634426cb152c84c5d"
"sha": "85c7c8bf792b479725f7b71be7062e32fc0f6a40"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",