Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2020-04-22)

### Bug Fixes

* **mixin:** store id_token for use as id_token_hint on logout ([f6adf36](f6adf36))
  • Loading branch information
semantic-release-bot committed Apr 22, 2020
1 parent 0bda959 commit 9f71414
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.1](https://github.com/adfinis-sygroup/ember-simple-auth-oidc/compare/v1.1.0...v1.1.1) (2020-04-22)


### Bug Fixes

* **mixin:** store id_token for use as id_token_hint on logout ([f6adf36](https://github.com/adfinis-sygroup/ember-simple-auth-oidc/commit/f6adf36deca6bf66e5cd8e780f3d193eab83175a))

# [1.1.0](https://github.com/adfinis-sygroup/ember-simple-auth-oidc/compare/v1.0.0...v1.1.0) (2020-01-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth-oidc",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Ember Simple Auth addon which implements the OpenID Connect Authorization Code Flow.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 9f71414

Please sign in to comment.