chore(release): 5.0.284 [skip ci]

## [5.0.284](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.283...v5.0.284) (2025-04-25)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.187 ([7e71573](7e7157393f))
This commit is contained in:
semantic-release-bot 2025-04-25 17:31:37 +00:00
parent 4db1e0449c
commit 36bdb8159f
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.284](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.283...v5.0.284) (2025-04-25)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.187 ([7e71573](https://github.com/scratchfoundation/scratch-vm/commit/7e7157393f43db2a9fed068d4affc47bd3b1c98a))
## [5.0.283](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.282...v5.0.283) (2025-04-25)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.283",
"version": "5.0.284",
"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": "3cd97c7b4550d1bfe7331258fb33aa9e46b9df2c"
"sha": "4db1e0449c07f52c2d4d372c275a4428b6ef2ab5"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",