chore(release): 5.0.300 [skip ci]

## [5.0.300](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.299...v5.0.300) (2025-05-04)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v3.0.114 ([9c601b7](9c601b7957))
This commit is contained in:
semantic-release-bot 2025-05-04 21:42:40 +00:00
parent e6f5711f25
commit 9acb2c6ea3
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.300](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.299...v5.0.300) (2025-05-04)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v3.0.114 ([9c601b7](https://github.com/scratchfoundation/scratch-vm/commit/9c601b7957b2a7c1a9b06d247ca096aa60fd264e))
## [5.0.299](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.298...v5.0.299) (2025-05-04)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.299",
"version": "5.0.300",
"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": "af179d8114073ee02ee3315ac5ebebdb58151b47"
"sha": "e6f5711f25f607ce8370a5a7afcfb391b349a6e1"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",