From f9b300f291ba167fd124710b864373cb7065a1c7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 May 2020 14:34:04 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.6 [skip ci] # [1.0.0-alpha.6](https://github.com/bjerkio/oidc-react/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2020-05-15) ### Features * add option to use signoutRedirect ([9ca3ada](https://github.com/bjerkio/oidc-react/commit/9ca3ada0e2ef1fdba81397ec2044928cc5844a87)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a4705b..9898f4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ 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.6](https://github.com/bjerkio/oidc-react/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2020-05-15) + + +### Features + +* add option to use signoutRedirect ([9ca3ada](https://github.com/bjerkio/oidc-react/commit/9ca3ada0e2ef1fdba81397ec2044928cc5844a87)) + # [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) diff --git a/package.json b/package.json index 08b81485..7c0e0911 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oidc-react", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "private": false, "description": "", "main": "build/src/index.js",