Skip to content

Commit e4e907d

Browse files
author
haoxin
committedNov 16, 2017
4.0.2
1 parent 2efdc31 commit e4e907d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_js:
2-
- 7
32
- 8
43
language: node_js
54
script: "npm run-script test-travis"

‎History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
4.0.2 / 2017-11-16
3+
==================
4+
5+
* Fix: `serve` mutates `opts` argument so it cannot be reused (#117)
6+
27
4.0.1 / 2017-07-09
38
==================
49

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "koa-static",
33
"description": "Static file serving middleware for koa",
44
"repository": "koajs/static",
5-
"version": "4.0.1",
5+
"version": "4.0.2",
66
"keywords": [
77
"koa",
88
"middleware",

0 commit comments

Comments
 (0)
Please sign in to comment.