-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2018-06-15) ### Bug Fixes * **dailyRotateFile:** correct filename pattern and migrate to `winston` v3 ([87d83c5](87d83c5)) * **pipe:** pass body to request ([bdec2f3](bdec2f3)) ### Features * **logger:** add option alias `filename` for `name` ([0f16f41](0f16f41))
- Loading branch information
1 parent
f3df2ca
commit e3adcb5
Showing
3 changed files
with
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 1.0.0 (2018-06-15) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **dailyRotateFile:** correct filename pattern and migrate to `winston` v3 ([87d83c5](https://github.com/qiwi/qorsproxy/commit/87d83c5)) | ||
* **pipe:** pass body to request ([bdec2f3](https://github.com/qiwi/qorsproxy/commit/bdec2f3)) | ||
|
||
|
||
### Features | ||
|
||
* **logger:** add option alias `filename` for `name` ([0f16f41](https://github.com/qiwi/qorsproxy/commit/0f16f41)) |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"qors", | ||
"qorsproxy" | ||
], | ||
"version": "3.0.2", | ||
"version": "1.0.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:qiwi/qorsproxy.git" | ||
|