Skip to content

Commit 8217340

Browse files
update version
1 parent 167f715 commit 8217340

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.2] - 2020-02-06
10+
### Fixed
11+
- Injection Error
12+
913
## [2.0.1] - 2020-02-04
1014
### Fixes
1115
- Type error

projects/ng-oidc-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-oidc-client",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "index.js",
55
"description": "An Angular package wrapping oidc-client library to manage authentication with OpenID Connect (OIDC) and OAuth2 in a reactive way using NgRx.",
66
"author": "Alexandru Gogan & David Turner",

0 commit comments

Comments
 (0)