Skip to content

Commit

Permalink
Release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Jun 13, 2017
1 parent dbfa92e commit a71ecb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
@@ -1,4 +1,9 @@

4.1.1 / 2017-06-13
==================

* fix: only load file under options.dir (#66)

4.1.0 / 2017-06-01
==================

Expand Down
5 changes: 4 additions & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "koa-static-cache",
"description": "Static cache for koa",
"version": "4.1.0",
"version": "4.1.1",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
Expand Down Expand Up @@ -63,6 +63,9 @@
"scripts": {
"test": "make test"
},
"publishConfig": {
"tag": "v4"

This comment has been minimized.

Copy link
@fengmk2

fengmk2 Jun 13, 2017

Member

latest-4 will be better.

This comment has been minimized.

Copy link
@dead-horse

dead-horse Jun 13, 2017

Author Member

koa 1.x released as v1, so we use v4 here

},
"engines": {
"node": "> 0.12.0"
}
Expand Down

0 comments on commit a71ecb5

Please sign in to comment.