Skip to content

Commit

Permalink
Release 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Apr 29, 2019
1 parent b79134d commit 5ca903f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
@@ -1,4 +1,17 @@

5.11.0 / 2019-04-29
==================

**features**
* [[`b79134d`](http://github.com/koajs/session/commit/b79134d6854173bf46d6703e79636a58f9282e15)] - feat: make sure session id is global unique (#170) (fengmk2 <<fengmk2@gmail.com>>)

**fixes**
* [[`c2b4259`](http://github.com/koajs/session/commit/c2b4259ccef6095cad2f3ff51968b21cea993d13)] - fix: remove package-lock.json (fengmk2 <<fengmk2@gmail.com>>)

**others**
* [[`23ad871`](http://github.com/koajs/session/commit/23ad8718a9a392c0c563893a10b5ca9f6fd70ebe)] - deps: Fix security vulnerabilities from npm audit (#163) (Douglas Wade <<douglas.b.wade@gmail.com>>)
* [[`1600aab`](http://github.com/koajs/session/commit/1600aabdfa6a86973e3fab9f4064c3ed82b10604)] - test: changed "ctx.session is mockable" tests names to more appropriate (#158) (Vitaliy Zaytsev <<teh.kroleg@gmail.com>>)

5.10.1 / 2018-12-18
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "koa-session",
"description": "Koa cookie session middleware with external store support",
"repository": "koajs/session",
"version": "5.10.1",
"version": "5.11.0",
"keywords": [
"koa",
"middleware",
Expand Down

0 comments on commit 5ca903f

Please sign in to comment.