chore(release): 4.5.378 [skip ci]

## [4.5.378](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.377...v4.5.378) (2024-07-28)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2.3.101 ([4ede7ac](4ede7ac2d1))
This commit is contained in:
semantic-release-bot 2024-07-28 20:09:13 +00:00
parent f3fd7a876b
commit b9b77a76d2
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.378](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.377...v4.5.378) (2024-07-28)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v2.3.101 ([4ede7ac](https://github.com/scratchfoundation/scratch-vm/commit/4ede7ac2d123bb2d0bf05ae9da01d99574f36c6e))
## [4.5.377](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.376...v4.5.377) (2024-07-28)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.377",
"version": "4.5.378",
"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": "52ef7f1f271b80926b8165f80289bb9d969a4dd8"
"sha": "f3fd7a876bd42dc7fb2bca30192ebd425f171ce2"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",