mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 05:52:29 -05:00
chore(release): 4.8.26 [skip ci]
## [4.8.26](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.25...v4.8.26) (2024-10-09) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.18.335 ([fc9491d
](fc9491d387
))
This commit is contained in:
parent
e81e028050
commit
ddf43323e6
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.26](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.25...v4.8.26) (2024-10-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency scratch-l10n to v3.18.335 ([fc9491d](https://github.com/scratchfoundation/scratch-vm/commit/fc9491d3874427650f78027d3c1ada74f611b325))
|
||||
|
||||
## [4.8.25](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.24...v4.8.25) (2024-10-08)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "4.8.25",
|
||||
"version": "4.8.26",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-vm",
|
||||
"version": "4.8.25",
|
||||
"version": "4.8.26",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@vernier/godirect": "^1.5.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "4.8.25",
|
||||
"version": "4.8.26",
|
||||
"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": "39c77e9ceb5492342dacf014396cbfc5e389240c"
|
||||
"sha": "e81e028050b72443ac3367992b03a1ba2b5179f7"
|
||||
},
|
||||
"main": "./dist/node/scratch-vm.js",
|
||||
"browser": "./dist/web/scratch-vm.js",
|
||||
|
|
Loading…
Reference in a new issue