Skip to content

Commit

Permalink
Release 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Aug 4, 2017
1 parent b537dea commit 001926f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

4.5.0 / 2017-08-04
==================

**features**
* [[`b537dea`](http://github.com/koajs/session/commit/b537deaeb2db352bdcab3be2c8b7578760fc69da)] - feat: support options.prefix for external store (#92) (Yiyu He <<dead_horse@qq.com>>)

4.4.0 / 2017-07-03
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "koa-session",
"description": "Koa cookie session middleware",
"repository": "koajs/session",
"version": "4.4.0",
"version": "4.5.0",
"keywords": [
"koa",
"middleware",
Expand Down Expand Up @@ -42,4 +42,4 @@
"test-travis": "npm run lint && NODE_ENV=test node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should test/*.test.js",
"lint": "eslint lib test index.js"
}
}
}

0 comments on commit 001926f

Please sign in to comment.