Skip to content

Commit 71aa8a7

Browse files
committed
fix error handling, configuration
1 parent 47d2edd commit 71aa8a7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
<a name="2017-07-21"></a>
4+
### 2017-07-21 version 1.3.1
5+
* bugfix error handling
6+
* bugfix configuration default values
7+
38
<a name="2017-07-21"></a>
49
### 2017-07-21 version 1.3.0
510
* bugfix refresh isAuthorized

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ or with yarn
3434

3535
or you can add the npm package to your package.json
3636
``` javascript
37-
"angular-auth-oidc-client": "1.3.0"
37+
"angular-auth-oidc-client": "1.3.1"
3838
```
3939

4040
and type

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-auth-oidc-client",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "An OpenID Connect Implicit Flow client for Angular",
55
"main": "./bundles/angular-auth-oidc-client.umd.js",
66
"module": "./modules/angular-auth-oidc-client.es5.js",

0 commit comments

Comments
 (0)