File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
## angular-auth-oidc-client Changelog
2
2
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
+
3
8
<a name =" 2017-07-21 " ></a >
4
9
### 2017-07-21 version 1.3.0
5
10
* bugfix refresh isAuthorized
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ or with yarn
34
34
35
35
or you can add the npm package to your package.json
36
36
``` javascript
37
- " angular-auth-oidc-client" : " 1.3.0 "
37
+ " angular-auth-oidc-client" : " 1.3.1 "
38
38
```
39
39
40
40
and type
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-auth-oidc-client" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"description" : " An OpenID Connect Implicit Flow client for Angular" ,
5
5
"main" : " ./bundles/angular-auth-oidc-client.umd.js" ,
6
6
"module" : " ./modules/angular-auth-oidc-client.es5.js" ,
You can’t perform that action at this time.
0 commit comments