chore(release): 4.5.388 [skip ci]

## [4.5.388](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.387...v4.5.388) (2024-08-01)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.204 ([1c7a505](1c7a505aae))
This commit is contained in:
semantic-release-bot 2024-08-01 10:23:45 +00:00
parent 15a118583a
commit 4f9b1dcdfd
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.388](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.387...v4.5.388) (2024-08-01)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.204 ([1c7a505](https://github.com/scratchfoundation/scratch-vm/commit/1c7a505aaecb5466864a2ba039eb95714ca29f19))
## [4.5.387](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.386...v4.5.387) (2024-08-01)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.387",
"version": "4.5.388",
"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": "cf17a90fe78d444f2b0b164a1c7f82b1d269c92b"
"sha": "15a118583a16f1b71094f0cc52e0110fc3370eca"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",