mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-13 17:04:39 -04:00
chore(release): 1.5.83 [skip ci]
## [1.5.83](https://github.com/LLK/scratch-vm/compare/v1.5.82...v1.5.83) (2023-07-07) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230707032150 ([f9eb480
](f9eb480afb
))
This commit is contained in:
parent
0978be3845
commit
2b394dea17
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.
|
||||
|
||||
## [1.5.83](https://github.com/LLK/scratch-vm/compare/v1.5.82...v1.5.83) (2023-07-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency scratch-l10n to v3.15.20230707032150 ([f9eb480](https://github.com/LLK/scratch-vm/commit/f9eb480afb13c5016b7da714a77026191b6a4582))
|
||||
|
||||
## [1.5.82](https://github.com/LLK/scratch-vm/compare/v1.5.81...v1.5.82) (2023-07-06)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "1.5.82",
|
||||
"version": "1.5.83",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-vm",
|
||||
"version": "1.5.82",
|
||||
"version": "1.5.83",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@vernier/godirect": "1.5.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "1.5.82",
|
||||
"version": "1.5.83",
|
||||
"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/LLK/scratch-vm.git",
|
||||
"sha": "e3a77f02c3d5f21eb4ce4520ceb122578f606342"
|
||||
"sha": "0978be384566887e274607a21b518f4945710ef1"
|
||||
},
|
||||
"main": "./dist/node/scratch-vm.js",
|
||||
"browser": "./src/index.js",
|
||||
|
|
Loading…
Reference in a new issue