Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tellnes committed May 12, 2017
1 parent 9a47aa6 commit 0f15dfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v0.7.0

- add `excludeHeaders` option
([#12](https://github.com/tellnes/bunyan-middleware/issues/12))
- add typescript declaration

## v0.6.0

- change UUID library from [node-uuid](http://npmjs.com/node-uuid)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bunyan-middleware",
"version": "0.6.0",
"version": "0.7.0",
"description": "Request, response logger middleware using bunyan. Also provides request<>response duration.",
"main": "index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 0f15dfb

Please sign in to comment.