Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkusa committed Sep 7, 2017
1 parent 84d9824 commit 5b56e5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.0.0

- upgrade `passport` to 0.4
- add `ctx` getter to `req` #89

## 3.0.0

- remove `ctx.passport` and save state variables (like `_passport` and `user`) in `ctx.state` instead
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Markus Ast",
"email": "[email protected]"
},
"version": "3.0.0",
"version": "4.0.0",
"description": "Passport middleware for Koa",
"keywords": [
"koa",
Expand Down

0 comments on commit 5b56e5e

Please sign in to comment.