From 88d06af140315e3e9b48e9fb4a750d7497ee4531 Mon Sep 17 00:00:00 2001 From: Michel Selerin Date: Wed, 3 Oct 2018 17:20:53 +0200 Subject: [PATCH] chore(release): publish new release - ngx-security@0.3.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 b147e1c..1b51075 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.3.0](https://github.com/mselerin/ngx-security/compare/ngx-security@0.2.0...ngx-security@0.3.0) (2018-10-03) + + +### Features + +* adding authorizedHandler inside NgxSecurityGuard ([9bea295](https://github.com/mselerin/ngx-security/commit/9bea295)) + + + + + # [0.2.0](https://github.com/mselerin/ngx-security/compare/ngx-security@0.1.0...ngx-security@0.2.0) (2018-10-03) diff --git a/projects/ngx-security/package.json b/projects/ngx-security/package.json index 62df103..6bf1ee4 100644 --- a/projects/ngx-security/package.json +++ b/projects/ngx-security/package.json @@ -1,6 +1,6 @@ { "name": "ngx-security", - "version": "0.2.0", + "version": "0.3.0", "repository": { "type": "git", "url": "https://github.com/mselerin/ngx-security"