Skip to content

Commit

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

### Bug Fixes

* **logout:** prevent overriding continueTransition if it's already set ([5080a03](5080a03))

### Features

* add function to handle unauthorized responses ([5d131c3](5d131c3))
  • Loading branch information
semantic-release-bot committed Jan 22, 2020
1 parent 5d131c3 commit 698485a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.1.0](https://github.com/adfinis-sygroup/ember-simple-auth-oidc/compare/v1.0.0...v1.1.0) (2020-01-22)

### Bug Fixes

- **logout:** prevent overriding continueTransition if it's already set ([5080a03](https://github.com/adfinis-sygroup/ember-simple-auth-oidc/commit/5080a03bb0f9a124905b9fbefe58ba6a6e72256a))

### Features

- add function to handle unauthorized responses ([5d131c3](https://github.com/adfinis-sygroup/ember-simple-auth-oidc/commit/5d131c37b9ce9abdc31641dc6d9dd43e7e30b931))

# [1.0.0](https://github.com/adfinis-sygroup/ember-simple-auth-oidc/compare/v0.4.3...v1.0.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.0.0",
"version": "1.1.0",
"description": "A Ember Simple Auth addon which implements the OpenID Connect Authorization Code Flow.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 698485a

Please sign in to comment.