diff --git a/CHANGELOG.md b/CHANGELOG.md index 35cc6df..83d42f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ... +## [1.0.4] - 2018-10-18 +### Fixed +- Fix issue with AoT builds of importing project ## [1.0.3] - 2018-10-18 ### Fixed - Resolve dependencies for OidcService @@ -27,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First release +[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 [1.0.2]: https://github.com/fileless/ng-oidc-client/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/fileless/ng-oidc-client/compare/v1.0.0...v1.0.1 diff --git a/projects/ng-oidc-client/package.json b/projects/ng-oidc-client/package.json index ff24524..892e31f 100644 --- a/projects/ng-oidc-client/package.json +++ b/projects/ng-oidc-client/package.json @@ -1,6 +1,6 @@ { "name": "ng-oidc-client", - "version": "1.0.3", + "version": "1.0.4", "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",