Skip to content

Commit 23c147e

Browse files
committed
2.1.0
1 parent e137506 commit 23c147e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
2.1.0 / 2018-11-27
3+
==================
4+
5+
* use hrtime to support nano time and improve performance (#10)
6+
* add eslint
7+
* add tests
8+
* add travis
9+
210
2.0.0 / 2016-03-23
311
==================
412

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "koa-response-time",
33
"description": "X-Repsonse-Time middleware for koa",
44
"repository": "koajs/response-time",
5-
"version": "2.0.0",
5+
"version": "2.1.0",
66
"scripts": {
77
"lint": "eslint . --fix",
88
"test": "mocha --exit"

0 commit comments

Comments
 (0)