Skip to content

Commit

Permalink
update version 1.0.5 to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
david-on-github committed Aug 13, 2019
1 parent 6a69af6 commit c263c1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Upgrade packages

## [1.0.6] - 2019-08-13
### Fixed
- Upgrade packages

## [1.0.5] - 2018-12-05
### Added
- Upgrade to Angular 7
### Fixex
### Fixed
- Removed log messages

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

[1.0.6]: https://github.com/fileless/ng-oidc-client/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/fileless/ng-oidc-client/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/fileless/ng-oidc-client/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/fileless/ng-oidc-client/compare/v1.0.2...v1.0.3
Expand Down
4 changes: 2 additions & 2 deletions projects/ng-oidc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-oidc-client",
"version": "1.0.5",
"version": "1.0.6",
"main": "index.js",
"description": "An Angular 6+ 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",
Expand All @@ -11,7 +11,7 @@
},
{
"name": "David Turner",
"email": "[email protected]"
"email": "[email protected]"
}
],
"repository": {
Expand Down

0 comments on commit c263c1a

Please sign in to comment.