Skip to content

Commit fbcceb0

Browse files
committed
3.0.0-rc.2
1 parent 53b412c commit fbcceb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ koa-passport version | koa version | branch | npm tag
1212
2.x | 2.x | v2.x | next
1313
3.x | 2.x | master |
1414

15-
## Migration to v`3.0.0-rc.1`
15+
## Migration to v`3.0.0-rc.2`
1616

1717
- change `ctx.passport.*` to `ctx.state.*` (e.g. `ctx.passport.user` to `ctx.state.user`)
1818
- don't call passport methods on `ctx.req` (e.g. use `ctx.login` instead of `ctx.req.login`)

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-rc.1",
7+
"version": "3.0.0-rc.2",
88
"description": "Passport middleware for Koa",
99
"keywords": [
1010
"koa",

0 commit comments

Comments
 (0)