chore(release): 4.8.38 [skip ci]

## [4.8.38](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.37...v4.8.38) (2024-10-21)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.114 ([28c5892](28c589221e))
This commit is contained in:
semantic-release-bot 2024-10-21 12:14:50 +00:00
parent 41d7614a79
commit 5cfacc48e2
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.
## [4.8.38](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.37...v4.8.38) (2024-10-21)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.114 ([28c5892](https://github.com/scratchfoundation/scratch-vm/commit/28c589221e6eb7d63200dd83f86eda8bb44e6133))
## [4.8.37](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.36...v4.8.37) (2024-10-21)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-vm",
"version": "4.8.37",
"version": "4.8.38",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-vm",
"version": "4.8.37",
"version": "4.8.38",
"license": "BSD-3-Clause",
"dependencies": {
"@vernier/godirect": "^1.5.0",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.8.37",
"version": "4.8.38",
"description": "Virtual Machine for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-vm.git",
"sha": "d56cce58fd24243855e8152223f6a7f33b351bdf"
"sha": "41d7614a799ce1f772d94c38d8778a9e5d4dd629"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",