From 35066b6eb1167e9374017f73dfa2e8f50014d16f Mon Sep 17 00:00:00 2001 From: Michel Selerin Date: Wed, 3 Oct 2018 14:37:17 +0200 Subject: [PATCH] chore(release): publish %s - ngx-security@0.1.0 --- projects/ngx-security/CHANGELOG.md | 14 ++++++++++++++ projects/ngx-security/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/projects/ngx-security/CHANGELOG.md b/projects/ngx-security/CHANGELOG.md index b636821..f864a2e 100644 --- a/projects/ngx-security/CHANGELOG.md +++ b/projects/ngx-security/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.1.0](https://github.com/mselerin/ngx-security/compare/ngx-security@0.0.1...ngx-security@0.1.0) (2018-10-03) + + +### Features + +* add groups in NgxSecurityState ([62187bb](https://github.com/mselerin/ngx-security/commit/62187bb)) +* add NgxSecurityState ([df3f97c](https://github.com/mselerin/ngx-security/commit/df3f97c)) +* else block for directives ([8e319d2](https://github.com/mselerin/ngx-security/commit/8e319d2)) + + + + + ## 0.0.1 (2018-10-03) > Initial release diff --git a/projects/ngx-security/package.json b/projects/ngx-security/package.json index 37b1a51..6c81655 100644 --- a/projects/ngx-security/package.json +++ b/projects/ngx-security/package.json @@ -1,6 +1,6 @@ { "name": "ngx-security", - "version": "0.0.1", + "version": "0.1.0", "repository": { "type": "git", "url": "https://github.com/mselerin/ngx-security"