Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.1...v1.3.0) (2022-10-14)

### Bug Fixes

* test new version ([d387200](d387200))

### Features

* debug mode now possible to enable by setting localStorage variable ([b5a91b5](b5a91b5))
  • Loading branch information
semantic-release-bot committed Oct 14, 2022
1 parent 3c6722a commit 6b2ea47
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.3.0](https://github.com/Q24/oauth-client-core/compare/v1.2.1...v1.3.0) (2022-10-14)


### Bug Fixes

* 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.1",
"version": "1.3.0",
"private": false,
"description": "OAuth client for implicit and code flow with PKCE",
"author": "ilionx",
Expand Down

0 comments on commit 6b2ea47

Please sign in to comment.