We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efdc31 commit e4e907dCopy full SHA for e4e907d
.travis.yml
@@ -1,5 +1,4 @@
1
node_js:
2
- - 7
3
- 8
4
language: node_js
5
script: "npm run-script test-travis"
History.md
@@ -1,4 +1,9 @@
+4.0.2 / 2017-11-16
+==================
+
+* Fix: `serve` mutates `opts` argument so it cannot be reused (#117)
6
7
4.0.1 / 2017-07-09
8
==================
9
package.json
@@ -2,7 +2,7 @@
"name": "koa-static",
"description": "Static file serving middleware for koa",
"repository": "koajs/static",
- "version": "4.0.1",
+ "version": "4.0.2",
"keywords": [
"koa",
"middleware",
0 commit comments