Skip to content

Commit

Permalink
update version 1.0.3 to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-andru committed Oct 18, 2018
1 parent cdca18f commit f06e429
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion 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.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",
Expand Down

0 comments on commit f06e429

Please sign in to comment.