-
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.3.12](v6.3.11...v6.3.12) (2022-01-24) ### Bug Fixes * remove depreciation warning from log4js ([41bed33](41bed33))
- Loading branch information
1 parent
41bed33
commit 36ad678
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 |
---|---|---|
|
@@ -283,6 +283,7 @@ | |
"Matthias Oßwald <[email protected]>", | ||
"Matti Paksula <[email protected]>", | ||
"Mattijs Kneppers <[email protected]>", | ||
"Max Rose <[email protected]>", | ||
"Max Waterman <[email protected]>", | ||
"Merott Movahedi <[email protected]>", | ||
"Merrick Christensen <[email protected]>", | ||
|
@@ -406,6 +407,7 @@ | |
"is-already-taken <[email protected]>", | ||
"jjoos <[email protected]>", | ||
"jvalkeejarvi <[email protected]>", | ||
"katrina95 <[email protected]>", | ||
"kyo_ago <[email protected]>", | ||
"lanshunfang <[email protected]>", | ||
"lusarz <[email protected]>", | ||
|
@@ -497,7 +499,7 @@ | |
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"version": "6.3.11", | ||
"version": "6.3.12", | ||
"license": "MIT", | ||
"scripts": { | ||
"lint": "eslint . --ext js --ignore-pattern *.tpl.js", | ||
|