mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-25 13:39:03 -04:00
chore(release): 4.8.52 [skip ci]
## [4.8.52](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.51...v4.8.52) (2024-10-28) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.117 ([cb235c4
](cb235c4543
))
This commit is contained in:
parent
8fe802cdd4
commit
094665a7aa
3 changed files with 11 additions and 4 deletions
|
@ -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.52](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.51...v4.8.52) (2024-10-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency scratch-render-fonts to v1.0.117 ([cb235c4](https://github.com/scratchfoundation/scratch-vm/commit/cb235c45439204d0c52249f51b3dde0983e6be92))
|
||||
|
||||
## [4.8.51](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.50...v4.8.51) (2024-10-28)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "4.8.51",
|
||||
"version": "4.8.52",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-vm",
|
||||
"version": "4.8.51",
|
||||
"version": "4.8.52",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@vernier/godirect": "^1.5.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "4.8.51",
|
||||
"version": "4.8.52",
|
||||
"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": "d1ae082ed524b7f0ea9379b2506a4bec2cf9cb84"
|
||||
"sha": "8fe802cdd42529c15b39b66236ba6621347714a4"
|
||||
},
|
||||
"main": "./dist/node/scratch-vm.js",
|
||||
"browser": "./dist/web/scratch-vm.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue