Skip to content

Commit b224584

Browse files
committed
release 6.0.0
1 parent bca966e commit b224584

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## 6.0.0
4+
5+
Potentially breaking change:
6+
7+
- change `logout` signature from `(options, callback) => void` to `(options) => Promise<void>` #188
8+
39
## 5.0.0
410

511
- upgrade `passport` to 0.6

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
koa-passport version | passport version | koa version | branch
88
--------------------- | ---------------- | ------------| ------
9-
5.x | 6.x, 5.x | 2.x | main
9+
6.x, 5.x | 6.x, 5.x | 2.x | main
1010
4.x | 4.x | 2.x | v3.x
1111
3.x, 2.x | 2.x | 2.x | v2.x
1212
1.x | 1.x | 1.x | v1.x

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "5.0.0",
7+
"version": "6.0.0",
88
"description": "Passport middleware for Koa",
99
"keywords": [
1010
"koa",

0 commit comments

Comments
 (0)