From 75dc2d555d4f78b8003728dbeec1ef8ff21486e8 Mon Sep 17 00:00:00 2001 From: Bjerk Bot Date: Tue, 2 Aug 2022 16:32:41 +0200 Subject: [PATCH] chore(main): release 2.0.1 (#876) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efb699d4..5066909a 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. +## [2.0.1](https://github.com/bjerkio/oidc-react/compare/v2.0.0...v2.0.1) (2022-08-02) + + +### Bug Fixes + +* Add React 17 to peer dependencies ([#874](https://github.com/bjerkio/oidc-react/issues/874)) ([54fd6e0](https://github.com/bjerkio/oidc-react/commit/54fd6e0ea21b773e26e9e5fb0a42610de54097e5)) + ## [2.0.0](https://github.com/bjerkio/oidc-react/compare/v1.5.1...v2.0.0) (2022-07-25) diff --git a/package.json b/package.json index 23793389..af81c2fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oidc-react", - "version": "2.0.0", + "version": "2.0.1", "private": false, "description": "", "repository": "github:bjerkio/oidc-react",