Skip to content

Commit

Permalink
Merge pull request #1542 from damienbod/release
Browse files Browse the repository at this point in the history
Release 14.1.5
  • Loading branch information
damienbod committed Sep 21, 2022
2 parents f7e8add + c2e5307 commit de48f9e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
## Angular Lib for OpenID Connect/OAuth2 Changelog

### 2022-09-21 14.1.5

- Exposing payload of access token
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1541)
- Fix bug in logoffAndRevokeTokens() which was not revoking the access token correctly
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1533)
- Fix checkSession messageHandler configuration correctly
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1526)
- fix: Use correct offset in ID token expiry check
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1529)

### 2022-08-26 14.1.4

- Bugfix/unable to extract jwk without kid
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
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/damienbod/angular-auth-oidc-client/issues"
},
"version": "14.1.4",
"version": "14.1.5",
"scripts": {
"ng": "ng",
"build": "npm run build-lib",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-auth-oidc-client/package.json
Expand Up @@ -36,7 +36,7 @@
"authorization"
],
"license": "MIT",
"version": "14.1.4",
"version": "14.1.5",
"description": "Angular Lib for OpenID Connect & OAuth2",
"schematics": "./schematics/collection.json",
"ng-add": {
Expand Down
2 changes: 1 addition & 1 deletion projects/schematics/package.json
@@ -1,6 +1,6 @@
{
"name": "schematics",
"version": "14.1.4",
"version": "14.1.5",
"description": "A schematic for the Angular Lib for OpenID Connect & OAuth2",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion projects/schematics/src/ng-add/actions/add-dependencies.ts
Expand Up @@ -5,7 +5,7 @@ import { NgAddOptions } from '../models/ng-add-options';
const dependenciesToAdd: any[] = [
{
name: 'angular-auth-oidc-client',
version: '14.1.4',
version: '14.1.5',
},
];

Expand Down

0 comments on commit de48f9e

Please sign in to comment.