-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [6.0.2](v6.0.1...v6.0.2) (2021-01-25) ### Bug Fixes * avoid ES6+ syntax in client scripts ([#3629](#3629)) ([6629e96](6629e96)), closes [#3630](#3630)
- Loading branch information
1 parent
9a6439c
commit b5c0baa
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -257,6 +257,7 @@ | |
"Kostiantyn Kahanskyi <[email protected]>", | ||
"Kris Kowal <[email protected]>", | ||
"Lenny Urbanowski <[email protected]>", | ||
"Long Ho <[email protected]>", | ||
"LoveIsGrief <[email protected]>", | ||
"Lucas Theisen <[email protected]>", | ||
"Lukasz Zatorski <[email protected]>", | ||
|
@@ -326,6 +327,7 @@ | |
"Remy Sharp <[email protected]>", | ||
"Ricardo Melo Joia <[email protected]>", | ||
"Rich Kuzsma <[email protected]>", | ||
"Rich Trott <[email protected]>", | ||
"Richard Herrera <[email protected]>", | ||
"Roarke Gaskill <[email protected]>", | ||
"Rob Cherry <[email protected]>", | ||
|
@@ -482,7 +484,7 @@ | |
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"license": "MIT", | ||
"husky": { | ||
"hooks": { | ||
|