Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Oct 6, 2020
1 parent d3821db commit 64f8b24
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 @@
## [0.1.1](https://github.com/PlusAuth/plusauth-oidc-client-js/compare/v0.1.0...v0.1.1) (2020-10-06)


### Bug Fixes

* auth response params cannot be parsed if response type is fragment ([5d5284d](https://github.com/PlusAuth/plusauth-oidc-client-js/commit/5d5284d1acd9acf4f629c91501917494fa5dd16e))
* auth state get deleted whenever temporary state delete requested ([b165cd3](https://github.com/PlusAuth/plusauth-oidc-client-js/commit/b165cd3c950a068de0aede92c8b5ca95f513be88))
* code challenge is generated always ([c7d6bdb](https://github.com/PlusAuth/plusauth-oidc-client-js/commit/c7d6bdb38da1e808d8602b0a0a8a546459e1a2f8))
* isLoggedIn returns wrong result ([4e2343c](https://github.com/PlusAuth/plusauth-oidc-client-js/commit/4e2343ca0d2559cf34c1abef55761db334157f46))
* logout event is not fired on session end ([bdd75bf](https://github.com/PlusAuth/plusauth-oidc-client-js/commit/bdd75bf66ce3ad7ab6cd4441d2050419fc414ffa))
* nonce is not generated when openid scope exists ([6a01e86](https://github.com/PlusAuth/plusauth-oidc-client-js/commit/6a01e86c4159ee3a951e99ddee63d1eb0cc962a6))
* popup result is not passed to opener window ([3c63b3a](https://github.com/PlusAuth/plusauth-oidc-client-js/commit/3c63b3a35ae9928f09e0c940709d26f5e1163771))

# 0.1.0 (2020-08-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@plusauth/plusauth-oidc-client-js",
"description": "OpenID Connect (OIDC) and OAuth2 library for browser based JavaScript applications.",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"main": "dist/plusauth-oidc-client.umd.js",
"module": "dist/plusauth-oidc-client.es.js",
Expand Down

0 comments on commit 64f8b24

Please sign in to comment.