chore(release): 5.0.148 [skip ci]

## [5.0.148](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.147...v5.0.148) (2025-02-02)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.159 ([1e0daf7](1e0daf76f0))
This commit is contained in:
semantic-release-bot 2025-02-02 17:56:01 +00:00
parent 77ba640318
commit 22274eecb9
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.148](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.147...v5.0.148) (2025-02-02)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.159 ([1e0daf7](https://github.com/scratchfoundation/scratch-vm/commit/1e0daf76f0d972174c3abb4d046f169c7865936f))
## [5.0.147](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.146...v5.0.147) (2025-02-02)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.147",
"version": "5.0.148",
"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": "4404428ad0c030dcc93e9f98f91f1caa300f54d7"
"sha": "77ba6403188be2a7b9296899e8270abd9465969b"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",