-
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.10](v6.3.9...v6.3.10) (2022-01-08) ### Bug Fixes * **logger:** create parent folders if they are missing ([0d24bd9](0d24bd9)), closes [#3734](#3734)
- Loading branch information
1 parent
0d24bd9
commit eddb2e8
Showing
3 changed files
with
10 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 |
---|---|---|
|
@@ -260,6 +260,7 @@ | |
"Kevin Ortman <[email protected]>", | ||
"Kostiantyn Kahanskyi <[email protected]>", | ||
"Kris Kowal <[email protected]>", | ||
"Lachlan Heywood <[email protected]>", | ||
"Lenny Urbanowski <[email protected]>", | ||
"Long Ho <[email protected]>", | ||
"LoveIsGrief <[email protected]>", | ||
|
@@ -493,7 +494,7 @@ | |
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"version": "6.3.9", | ||
"version": "6.3.10", | ||
"license": "MIT", | ||
"scripts": { | ||
"lint": "eslint . --ext js --ignore-pattern *.tpl.js", | ||
|