Skip to content

Commit 5b56e5e

Browse files
committed
4.0.0
1 parent 84d9824 commit 5b56e5e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 4.0.0
4+
5+
- upgrade `passport` to 0.4
6+
- add `ctx` getter to `req` #89
7+
38
## 3.0.0
49

510
- remove `ctx.passport` and save state variables (like `_passport` and `user`) in `ctx.state` instead

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Markus Ast",
55
"email": "[email protected]"
66
},
7-
"version": "3.0.0",
7+
"version": "4.0.0",
88
"description": "Passport middleware for Koa",
99
"keywords": [
1010
"koa",

0 commit comments

Comments
 (0)