chore(release): 4.5.287 [skip ci]

## [4.5.287](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.286...v4.5.287) (2024-06-28)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2.3.82 ([de0e459](de0e459312))
This commit is contained in:
semantic-release-bot 2024-06-28 10:10:44 +00:00
parent d3f154df5f
commit 688856e5a9
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.287](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.286...v4.5.287) (2024-06-28)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v2.3.82 ([de0e459](https://github.com/scratchfoundation/scratch-vm/commit/de0e459312c4991edee3730a173a896a84232010))
## [4.5.286](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.285...v4.5.286) (2024-06-27)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.286",
"version": "4.5.287",
"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": "ffb9a0520e1dc550f2f32f475870235d3b67aa9f"
"sha": "d3f154df5f3e47267ec9b2a459cb4855b5c1485b"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",