diff --git a/projects/ngx-security/CHANGELOG.md b/projects/ngx-security/CHANGELOG.md index 91ca23b..b7cc543 100644 --- a/projects/ngx-security/CHANGELOG.md +++ b/projects/ngx-security/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.1.0](https://github.com/mselerin/ngx-security/compare/ngx-security@2.0.0...ngx-security@2.1.0) (2018-10-04) + + +### Features + +* adding type CheckerResult ([cfd876e](https://github.com/mselerin/ngx-security/commit/cfd876e)) +* Checker functions now return Observable | boolean ([b63fad1](https://github.com/mselerin/ngx-security/commit/b63fad1)) + + + + + # [2.0.0](https://github.com/mselerin/ngx-security/compare/ngx-security@1.0.0...ngx-security@2.0.0) (2018-10-04) diff --git a/projects/ngx-security/package.json b/projects/ngx-security/package.json index d515247..6bb3f91 100644 --- a/projects/ngx-security/package.json +++ b/projects/ngx-security/package.json @@ -1,6 +1,6 @@ { "name": "ngx-security", - "version": "2.0.0", + "version": "2.1.0", "repository": { "type": "git", "url": "https://github.com/mselerin/ngx-security"