Skip to content

Commit c263c1a

Browse files
update version 1.0.5 to 1.0.6
1 parent 6a69af6 commit c263c1a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
- Upgrade packages
99

10+
## [1.0.6] - 2019-08-13
11+
### Fixed
12+
- Upgrade packages
13+
1014
## [1.0.5] - 2018-12-05
1115
### Added
1216
- Upgrade to Angular 7
13-
### Fixex
17+
### Fixed
1418
- Removed log messages
1519

1620
## [1.0.4] - 2018-10-18
@@ -37,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3741
### Added
3842
- First release
3943

44+
[1.0.6]: https://github.com/fileless/ng-oidc-client/compare/v1.0.5...v1.0.6
4045
[1.0.5]: https://github.com/fileless/ng-oidc-client/compare/v1.0.4...v1.0.5
4146
[1.0.4]: https://github.com/fileless/ng-oidc-client/compare/v1.0.3...v1.0.4
4247
[1.0.3]: https://github.com/fileless/ng-oidc-client/compare/v1.0.2...v1.0.3

projects/ng-oidc-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-oidc-client",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"main": "index.js",
55
"description": "An Angular 6+ 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",
@@ -11,7 +11,7 @@
1111
},
1212
{
1313
"name": "David Turner",
14-
"email": "daveturner@live.com"
14+
"email": "david@sourceapp.io"
1515
}
1616
],
1717
"repository": {

0 commit comments

Comments
 (0)