mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-27 14:41:12 -04:00
chore(release): 4.8.9 [skip ci]
## [4.8.9](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.8...v4.8.9) (2024-10-01) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.18.325 ([9b0038f
](9b0038fe75
))
This commit is contained in:
parent
d005cc54c7
commit
e231db7838
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
|
All notable changes to this project will be documented in this file. See
|
||||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [4.8.9](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.8...v4.8.9) (2024-10-01)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update dependency scratch-l10n to v3.18.325 ([9b0038f](https://github.com/scratchfoundation/scratch-vm/commit/9b0038fe75ab6a747b574687e762e120801864e1))
|
||||||
|
|
||||||
## [4.8.8](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.7...v4.8.8) (2024-09-29)
|
## [4.8.8](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.7...v4.8.8) (2024-09-29)
|
||||||
|
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-vm",
|
"name": "scratch-vm",
|
||||||
"version": "4.8.8",
|
"version": "4.8.9",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "scratch-vm",
|
"name": "scratch-vm",
|
||||||
"version": "4.8.8",
|
"version": "4.8.9",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vernier/godirect": "^1.5.0",
|
"@vernier/godirect": "^1.5.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-vm",
|
"name": "scratch-vm",
|
||||||
"version": "4.8.8",
|
"version": "4.8.9",
|
||||||
"description": "Virtual Machine for Scratch 3.0",
|
"description": "Virtual Machine for Scratch 3.0",
|
||||||
"author": "Massachusetts Institute of Technology",
|
"author": "Massachusetts Institute of Technology",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/scratchfoundation/scratch-vm.git",
|
"url": "https://github.com/scratchfoundation/scratch-vm.git",
|
||||||
"sha": "c1db68f29e7bb673215d4b4228e1a1564440099f"
|
"sha": "d005cc54c74770aca5dc99e04d5f0441af544f5e"
|
||||||
},
|
},
|
||||||
"main": "./dist/node/scratch-vm.js",
|
"main": "./dist/node/scratch-vm.js",
|
||||||
"browser": "./dist/web/scratch-vm.js",
|
"browser": "./dist/web/scratch-vm.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue