Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlai committed Oct 27, 2015
1 parent a914dd7 commit 31c41bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

1.3.0 / 2015-10-26
==================

* Bump bunyan to 1.5.0, bump test dependencies
* Export bunyan
* Fix req object (was incorrectly using koa's request object)

1.2.0 / 2015-01-23
==================

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": "koa-bunyan-logger",
"version": "1.2.0",
"version": "1.3.0",
"description": "Koa middleware for logging requests using bunyan",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 31c41bd

Please sign in to comment.