mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
chore(release): 4.6.21 [skip ci]
## [4.6.21](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.20...v4.6.21) (2024-09-15) ### Bug Fixes * **deps:** update dependency scratch-svg-renderer to v2.4.11 ([44e25e7
](44e25e711e
))
This commit is contained in:
parent
3b620a0cfc
commit
9ca3114c0e
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.6.21](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.20...v4.6.21) (2024-09-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency scratch-svg-renderer to v2.4.11 ([44e25e7](https://github.com/scratchfoundation/scratch-vm/commit/44e25e711eeee0fdc4c66665eb0f16ebe0888742))
|
||||
|
||||
## [4.6.20](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.19...v4.6.20) (2024-09-15)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "4.6.20",
|
||||
"version": "4.6.21",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-vm",
|
||||
"version": "4.6.20",
|
||||
"version": "4.6.21",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@vernier/godirect": "^1.5.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "4.6.20",
|
||||
"version": "4.6.21",
|
||||
"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": "4dbe396f3d25f682fc3b2af47ef26d11f85b0cde"
|
||||
"sha": "3b620a0cfc366def355d4ebe5127da363f532284"
|
||||
},
|
||||
"main": "./dist/node/scratch-vm.js",
|
||||
"browser": "./dist/web/scratch-vm.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue