Skip to content

Commit 8b900c4

Browse files
committed
Version bump and changelog
1 parent 9c54f5b commit 8b900c4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [v1.3.2](https://github.com/auth0/passport-auth0/tree/v1.3.1) (2020-02.03)
4+
[Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.3.1...v1.3.2)
5+
6+
**Closed issues**
7+
- 1.2.1 -> 1.3.1 upgrade causes "Cannot read property 'scope' of undefined" [\#107](https://github.com/auth0/passport-auth0/issues/107)
8+
- TypeError: Cannot read property 'authParams' of undefined [\#106](https://github.com/auth0/passport-auth0/issues/106)
9+
- Cannot read property 'split' of undefined in Profile.js with GSuite login [\#105](https://github.com/auth0/passport-auth0/issues/105)
10+
11+
**Fixed**
12+
- Remove ID token `iat` value check [\#109](https://github.com/auth0/passport-auth0/pull/114) ([joshcanhelp](https://github.com/joshcanhelp))
13+
- Fix missing ID causing cannot read error [\#109](https://github.com/auth0/passport-auth0/pull/109) ([joshcanhelp](https://github.com/joshcanhelp))
14+
- Guard against undefined parameter access [\#108](https://github.com/auth0/passport-auth0/pull/108) ([pihvi](https://github.com/pihvi))
15+
316
## [v1.3.1](https://github.com/auth0/passport-auth0/tree/v1.3.1) (2019-12-06)
417
[Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.3.0...v1.3.1)
518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "passport-auth0",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Auth0 platform authentication strategy for Passport.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)