Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.5 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.5](v1.0.0-alpha.4...v1.0.0-alpha.5) (2020-04-21)

### Bug Fixes

* Autosignin on expired user ([d5dce04](d5dce04))
* Fix withAuth export ([4e0e2e1](4e0e2e1))
  • Loading branch information
semantic-release-bot committed Apr 21, 2020
1 parent 7218185 commit 17ae729
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.5](https://github.com/bjerkio/oidc-react/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2020-04-21)


### Bug Fixes

* Autosignin on expired user ([d5dce04](https://github.com/bjerkio/oidc-react/commit/d5dce04f51bdfcff49ab622f60875aedfe17fdb5))
* Fix withAuth export ([4e0e2e1](https://github.com/bjerkio/oidc-react/commit/4e0e2e11675eda83fc543779d53f51f2ff96284e))

# [1.0.0-alpha.4](https://github.com/bjerkio/oidc-react/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2020-04-16)


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": "oidc-react",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"private": false,
"description": "",
"main": "build/src/index.js",
Expand Down

0 comments on commit 17ae729

Please sign in to comment.