chore(release): 5.0.219 [skip ci]

## [5.0.219](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.218...v5.0.219) (2025-03-12)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.173 ([2e010f8](2e010f83d8))
This commit is contained in:
semantic-release-bot 2025-03-12 19:24:09 +00:00
parent 7ea1fc5b25
commit 0cc49e3329
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.219](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.218...v5.0.219) (2025-03-12)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.173 ([2e010f8](https://github.com/scratchfoundation/scratch-vm/commit/2e010f83d80f99fb1e9450a7bfd8486ccbe060a3))
## [5.0.218](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.217...v5.0.218) (2025-03-12)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.218",
"version": "5.0.219",
"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": "7bc79ac88615a68124451671b70284d712212220"
"sha": "7ea1fc5b2591ef96cceed5b2fe12dbe7fe6b922f"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",