We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e137506 commit 23c147eCopy full SHA for 23c147e
History.md
@@ -1,4 +1,12 @@
1
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
10
2.0.0 / 2016-03-23
11
==================
12
package.json
@@ -2,7 +2,7 @@
"name": "koa-response-time",
"description": "X-Repsonse-Time middleware for koa",
"repository": "koajs/response-time",
- "version": "2.0.0",
+ "version": "2.1.0",
"scripts": {
"lint": "eslint . --fix",
"test": "mocha --exit"
0 commit comments