chore(release): 5.0.299 [skip ci]

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

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.190 ([01193e3](01193e31ec))
This commit is contained in:
semantic-release-bot 2025-05-04 18:22:20 +00:00
parent af179d8114
commit af1f895d62
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.299](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.298...v5.0.299) (2025-05-04)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.190 ([01193e3](https://github.com/scratchfoundation/scratch-vm/commit/01193e31ec787d95646930f3360bdf00c2aaae73))
## [5.0.298](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.297...v5.0.298) (2025-05-04)

4
package-lock.json generated
View file

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

View file

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