Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.1.1...v5.0.0) (2022-09-02)

### chore

* **deps:** update dependencies ([2c298f5](2c298f5))

### Features

* add pkce generation ([e9bbfc3](e9bbfc3))

### BREAKING CHANGES

* **deps:** Drop support for Node v12 and Ember LTS v3.24.
  • Loading branch information
semantic-release-bot committed Sep 2, 2022
1 parent 2c298f5 commit 28dc948
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [5.0.0](https://github.com/adfinis/ember-simple-auth-oidc/compare/v4.1.1...v5.0.0) (2022-09-02)


### chore

* **deps:** update dependencies ([2c298f5](https://github.com/adfinis/ember-simple-auth-oidc/commit/2c298f5015e8090ae3eb6641873a970a9b9f27cf))


### Features

* add pkce generation ([e9bbfc3](https://github.com/adfinis/ember-simple-auth-oidc/commit/e9bbfc38e699e8af10ff81bf0c86420a8e1aa341))


### BREAKING CHANGES

* **deps:** Drop support for Node v12 and Ember LTS v3.24.

## [4.1.1](https://github.com/adfinis/ember-simple-auth-oidc/compare/v4.1.0...v4.1.1) (2022-04-28)

### 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": "4.1.1",
"version": "5.0.0",
"description": "A Ember Simple Auth addon which implements the OpenID Connect Authorization Code Flow.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 28dc948

Please sign in to comment.