Skip to content

Commit

Permalink
chore(release): 5.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.1.0](v5.0.3...v5.1.0) (2023-04-20)

### Bug Fixes

* debounce redirect in unauthorized handler ([dd18217](dd18217))
* prevent race condition in unauthorized handler ([dd4e63c](dd4e63c))

### Features

* add config option for debouncing unauthorized handler ([0bafd98](0bafd98))
  • Loading branch information
semantic-release-bot committed Apr 20, 2023
1 parent 0bafd98 commit 988d35b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [5.1.0](https://github.com/adfinis/ember-simple-auth-oidc/compare/v5.0.3...v5.1.0) (2023-04-20)


### Bug Fixes

* debounce redirect in unauthorized handler ([dd18217](https://github.com/adfinis/ember-simple-auth-oidc/commit/dd18217bee6431f99e947955e09af454e2289b69))
* prevent race condition in unauthorized handler ([dd4e63c](https://github.com/adfinis/ember-simple-auth-oidc/commit/dd4e63c800d314069912929338d7a93f8e45a61e))


### Features

* add config option for debouncing unauthorized handler ([0bafd98](https://github.com/adfinis/ember-simple-auth-oidc/commit/0bafd9800bceb7b455eacdc21067e84a51cb7ba9))

## [5.0.3](https://github.com/adfinis/ember-simple-auth-oidc/compare/v5.0.2...v5.0.3) (2023-03-22)


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": "5.0.3",
"version": "5.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 988d35b

Please sign in to comment.