diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f3db81..0d7e27ba 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.3](https://github.com/bjerkio/oidc-react/compare/v3.0.2...v3.0.3) (2023-03-16) + + +### Bug Fixes + +* handle both null user and user.expired when autoSignIn is disabled ([#977](https://github.com/bjerkio/oidc-react/issues/977)) ([1a95930](https://github.com/bjerkio/oidc-react/commit/1a9593060f902ae89880fb6bfd076bb24fbac8ab)) + ## [3.0.2](https://github.com/bjerkio/oidc-react/compare/v3.0.1...v3.0.2) (2023-03-12) diff --git a/package.json b/package.json index 79fc463c..ae637147 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oidc-react", - "version": "3.0.2", + "version": "3.0.3", "private": false, "description": "", "repository": "github:bjerkio/oidc-react",