mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-07 19:43:57 -04:00
chore(release): 4.8.63 [skip ci]
## [4.8.63](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.62...v4.8.63) (2024-11-03) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.120 ([b8f40ce
](b8f40ce0d2
))
This commit is contained in:
parent
91db52feab
commit
18551a98a0
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.63](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.62...v4.8.63) (2024-11-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency scratch-render-fonts to v1.0.120 ([b8f40ce](https://github.com/scratchfoundation/scratch-vm/commit/b8f40ce0d208a1ad01eccb5000eadfcbc3fe8547))
|
||||
|
||||
## [4.8.62](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.61...v4.8.62) (2024-11-02)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "4.8.62",
|
||||
"version": "4.8.63",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-vm",
|
||||
"version": "4.8.62",
|
||||
"version": "4.8.63",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@vernier/godirect": "^1.5.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "4.8.62",
|
||||
"version": "4.8.63",
|
||||
"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": "f863c8eeb8e01e1cefc885181da1baf053783f18"
|
||||
"sha": "91db52feab71e26d7e370f3bd2bbe962e1563743"
|
||||
},
|
||||
"main": "./dist/node/scratch-vm.js",
|
||||
"browser": "./dist/web/scratch-vm.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue