Skip to content

Commit

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

### Features

* Add onBeforeSignIn hook ([e2f609e](e2f609e))
* Add withAuth higher order component ([9f2cea8](9f2cea8))
  • Loading branch information
semantic-release-bot committed Apr 16, 2020
1 parent ef0eb8d commit 9102452
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.4](https://github.com/bjerkio/oidc-react/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2020-04-16)


### Features

* Add onBeforeSignIn hook ([e2f609e](https://github.com/bjerkio/oidc-react/commit/e2f609ef205cc05f4040a6281460ccd2a2441e35))
* Add withAuth higher order component ([9f2cea8](https://github.com/bjerkio/oidc-react/commit/9f2cea8c74476a7e74490cd8ae18e82a832d18e0))

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


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

0 comments on commit 9102452

Please sign in to comment.