Skip to content

Commit

Permalink
Increase version from 1.0.1 to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-andru committed Oct 18, 2018
1 parent 10bd8d5 commit da4de1e
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 @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.2] - 2018-10-18
### Fixed
- Issue [#2](https://github.com/Fileless/ng-oidc-client/issues/2) to enable builds with `--prod` flag

## [1.0.1] - 2018-10-15
### Added
Expand All @@ -18,4 +21,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First release

[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.1",
"version": "1.0.2",
"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 da4de1e

Please sign in to comment.