From 089d7e2fd5358407f86b07d11648159ec4dd6b72 Mon Sep 17 00:00:00 2001 From: Michel Selerin Date: Wed, 3 Oct 2018 15:40:59 +0200 Subject: [PATCH] chore(release): publish %s - ngx-security@0.2.0 --- projects/ngx-security/CHANGELOG.md | 12 ++++++++++++ projects/ngx-security/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/projects/ngx-security/CHANGELOG.md b/projects/ngx-security/CHANGELOG.md index f864a2e..b147e1c 100644 --- a/projects/ngx-security/CHANGELOG.md +++ b/projects/ngx-security/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/mselerin/ngx-security/compare/ngx-security@0.1.0...ngx-security@0.2.0) (2018-10-03) + + +### Features + +* Adding a NgxSecurityGuard ([e326426](https://github.com/mselerin/ngx-security/commit/e326426)) + + + + + # [0.1.0](https://github.com/mselerin/ngx-security/compare/ngx-security@0.0.1...ngx-security@0.1.0) (2018-10-03) diff --git a/projects/ngx-security/package.json b/projects/ngx-security/package.json index 6c81655..62df103 100644 --- a/projects/ngx-security/package.json +++ b/projects/ngx-security/package.json @@ -1,6 +1,6 @@ { "name": "ngx-security", - "version": "0.1.0", + "version": "0.2.0", "repository": { "type": "git", "url": "https://github.com/mselerin/ngx-security"