chore(release): 5.0.247 [skip ci]

## [5.0.247](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.246...v5.0.247) (2025-03-28)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v3.0.92 ([77d4205](77d4205629))
This commit is contained in:
semantic-release-bot 2025-03-28 23:01:24 +00:00
parent 35b1499962
commit 661546a0a4
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.
## [5.0.247](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.246...v5.0.247) (2025-03-28)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v3.0.92 ([77d4205](https://github.com/scratchfoundation/scratch-vm/commit/77d4205629ea2a81a149c9f6b24ebf66a2dbf1f1))
## [5.0.246](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.245...v5.0.246) (2025-03-28)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-vm",
"version": "5.0.246",
"version": "5.0.247",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-vm",
"version": "5.0.246",
"version": "5.0.247",
"license": "AGPL-3.0-only",
"dependencies": {
"@vernier/godirect": "^1.5.0",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.246",
"version": "5.0.247",
"description": "Virtual Machine for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "AGPL-3.0-only",
@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-vm.git",
"sha": "959df7c9a1e0160b0ab058e5c6a31158956138be"
"sha": "35b1499962373ffb9d2ef33e3cef01b4daead530"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",