Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Nov 24, 2015
1 parent 3473bb3 commit c89b53a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

2.0.0 / 2015-11-24
==================

* update to promise-based middleware

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-x-request-id",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "Generates a unique Request ID for every incoming HTTP request",
"author": "Fangdun Cai <cfddream@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,9 @@
"node": ">= 4"
},
"files": [
"History.md",
"LICENSE",
"README.md",
"index.js"
]
}

0 comments on commit c89b53a

Please sign in to comment.