From beb579bc1c25f7726e3cc40d43d34d017b63bbd1 Mon Sep 17 00:00:00 2001 From: Michel Selerin Date: Sat, 6 Feb 2021 23:05:36 +0100 Subject: [PATCH] chore(release): publish - ngx-security@2.4.4 --- projects/ngx-security/CHANGELOG.md | 11 +++++++++++ projects/ngx-security/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/projects/ngx-security/CHANGELOG.md b/projects/ngx-security/CHANGELOG.md index 5b46e8b..a112a4c 100644 --- a/projects/ngx-security/CHANGELOG.md +++ b/projects/ngx-security/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.4](https://github.com/mselerin/ngx-security/compare/ngx-security@2.4.3...ngx-security@2.4.4) (2021-02-06) + + +### Bug Fixes + +* use `take(1)` inside `handleStateChange` instead of `unsubscribe()` ([704679f](https://github.com/mselerin/ngx-security/commit/704679f5bbe590a7b51dcd91cf7837c39caf96fb)) + + + + + ## [2.4.3](https://github.com/mselerin/ngx-security/compare/ngx-security@2.4.2...ngx-security@2.4.3) (2021-01-04) diff --git a/projects/ngx-security/package.json b/projects/ngx-security/package.json index 4594706..90a570c 100644 --- a/projects/ngx-security/package.json +++ b/projects/ngx-security/package.json @@ -1,6 +1,6 @@ { "name": "ngx-security", - "version": "2.4.3", + "version": "2.4.4", "repository": { "type": "git", "url": "https://github.com/mselerin/ngx-security"