From 9abb1d21dfef8f4fd0a6bb023373ad07be146aa0 Mon Sep 17 00:00:00 2001 From: Bjerk Bot Date: Sun, 12 Mar 2023 19:38:56 +0100 Subject: [PATCH] chore(main): release 3.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 737d5c14..38f3db81 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. +## [3.0.2](https://github.com/bjerkio/oidc-react/compare/v3.0.1...v3.0.2) (2023-03-12) + + +### Bug Fixes + +* handle token refresh failure ([#968](https://github.com/bjerkio/oidc-react/issues/968)) ([751732b](https://github.com/bjerkio/oidc-react/commit/751732b636b1911ff07bb86e34fff80ff5f39933)) + ## [3.0.1](https://github.com/bjerkio/oidc-react/compare/v3.0.0...v3.0.1) (2023-03-08) diff --git a/package.json b/package.json index b02266e9..7b601ac7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oidc-react", - "version": "3.0.1", + "version": "3.0.2", "private": false, "description": "", "repository": "github:bjerkio/oidc-react",