Skip to content

Commit

Permalink
version 11.1.4 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jul 4, 2020
1 parent e64fdcf commit 694f02e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Angular Lib for OpenID Connect/OAuth2 Changelog

### 2020-07-04 Version 11.1.4

- checkAuthIncludingServer cannot complete without credentials
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/811) // Fixes [#756](https://github.com/damienbod/angular-auth-oidc-client/issues/779)

### 2020-06-04 Version 11.1.3

- Refresh checksession iframe regularly
Expand All @@ -8,8 +13,8 @@
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/766) // fixes [#750](https://github.com/damienbod/angular-auth-oidc-client/issues/750)
- Not throwing an exception if interceptor is set and config is loaded from http
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/774) // fixes [#772](https://github.com/damienbod/angular-auth-oidc-client/issues/772)
- Bug fix: forceRefreshSession prematurely completes its observable [#767](https://github.com/damienbod/angular-auth-oidc-client/issues/767)
- Bug fix: Returns tokens but doesn't apply them [#759](https://github.com/damienbod/angular-auth-oidc-client/issues/759)
- Bug fix: forceRefreshSession prematurely completes its observable [#767](https://github.com/damienbod/angular-auth-oidc-client/issues/767)
- Bug fix: Returns tokens but doesn't apply them [#759](https://github.com/damienbod/angular-auth-oidc-client/issues/759)

### 2020-05-24 Version 11.1.2

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/damienbod/angular-auth-oidc-client/issues"
},
"version": "11.1.3",
"version": "11.1.4",
"scripts": {
"ng": "ng",
"build": "npm run build-lib",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-auth-oidc-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"authorization"
],
"license": "MIT",
"version": "11.1.3",
"version": "11.1.4",
"description": "Angular Lib for OpenID Connect & OAuth2"
}

0 comments on commit 694f02e

Please sign in to comment.