Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	package-lock.json
#	package.json
  • Loading branch information
Kevin Riemens committed Dec 12, 2022
2 parents 2ac5f43 + 6b2ea47 commit 59af234
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# [1.3.0-next.2](https://github.com/Q24/oauth-client-core/compare/v1.3.0-next.1...v1.3.0-next.2) (2022-12-12)
# [1.3.0](https://github.com/Q24/oauth-client-core/compare/v1.2.1...v1.3.0) (2022-10-14)


### Bug Fixes

* catch iFrame error, so the silentRefresh is properly handled ([9cb9334](https://github.com/Q24/oauth-client-core/commit/9cb93346fdf7ba1f91fdf25cd3e46c06732fa133))
* test new version ([d387200](https://github.com/Q24/oauth-client-core/commit/d38720004db995a36265db96e433819fb65765f3))


### Features

* debug mode now possible to enable by setting localStorage variable ([b5a91b5](https://github.com/Q24/oauth-client-core/commit/b5a91b5c0527bac4e0692a802bb5ad9fde6c692b))

# [1.3.0-next.1](https://github.com/Q24/oauth-client-core/compare/v1.2.2-next.1...v1.3.0-next.1) (2022-10-14)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ilionx/oauth-client-core",
"version": "1.3.0-next.2",
"version": "1.3.0",
"private": false,
"description": "OAuth client for implicit and code flow with PKCE",
"author": "ilionx",
Expand Down

0 comments on commit 59af234

Please sign in to comment.