Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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
semantic-release-bot committed Jun 15, 2018
1 parent f3df2ca commit e3adcb5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"qors",
"qorsproxy"
],
"version": "3.0.2",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "[email protected]:qiwi/qorsproxy.git"
Expand Down

0 comments on commit e3adcb5

Please sign in to comment.