chore(release): 4.5.391 [skip ci]

## [4.5.391](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.390...v4.5.391) (2024-08-01)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2.3.104 ([e91e015](e91e0153fe))
This commit is contained in:
semantic-release-bot 2024-08-01 18:42:48 +00:00
parent 2a5c0917f7
commit 75445ca7d3
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.391](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.390...v4.5.391) (2024-08-01)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v2.3.104 ([e91e015](https://github.com/scratchfoundation/scratch-vm/commit/e91e0153fe0dda3617511765c2cef217136ea2a4))
## [4.5.390](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.389...v4.5.390) (2024-08-01)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.390",
"version": "4.5.391",
"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": "ec1fb4ad626f88e0609e449fb4e6ae3e03663eb1"
"sha": "2a5c0917f765d4cab929b7bada5f45caffafaeb1"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",