From e4db2a1c7301cf1c2afeb854cbc69b3c5a245504 Mon Sep 17 00:00:00 2001 From: David Turner Date: Tue, 4 Feb 2020 18:20:58 -0500 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ projects/ng-oidc-client/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1ddc45..f276e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.1] - 2020-02-04 +### Fixes +- Type error + ## [2.0.0] - 2020-02-04 ### Breaking Changes - Updated to Angular/NgRx 8 diff --git a/projects/ng-oidc-client/package.json b/projects/ng-oidc-client/package.json index a338d1f..22b4116 100644 --- a/projects/ng-oidc-client/package.json +++ b/projects/ng-oidc-client/package.json @@ -1,6 +1,6 @@ { "name": "ng-oidc-client", - "version": "2.0.0", + "version": "2.0.1", "main": "index.js", "description": "An Angular package wrapping oidc-client library to manage authentication with OpenID Connect (OIDC) and OAuth2 in a reactive way using NgRx.", "author": "Alexandru Gogan & David Turner",