From e5f5d0b5379b2e2af8195fbf64e2e59022c8e1a8 Mon Sep 17 00:00:00 2001 From: Shahar Kazaz Date: Fri, 4 Feb 2022 10:04:08 +0200 Subject: [PATCH] chore(release): 5.1.4 --- CHANGELOG.md | 7 +++++++ projects/ngneat/helipopper/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 516df7d..f5a02db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.1.4](https://github.com/ngneat/helipopper/compare/v5.1.3...v5.1.4) (2022-02-04) + + +### Bug Fixes + +* 🐛 isVisible should run inside the zone ([96128c2](https://github.com/ngneat/helipopper/commit/96128c2e5ee1893b9ce4795943df089ceb5779ee)) + ### [5.1.3](https://github.com/ngneat/helipopper/compare/v5.1.2...v5.1.3) (2022-02-04) diff --git a/projects/ngneat/helipopper/package.json b/projects/ngneat/helipopper/package.json index 4930ce0..befefdd 100644 --- a/projects/ngneat/helipopper/package.json +++ b/projects/ngneat/helipopper/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/helipopper", - "version": "5.1.3", + "version": "5.1.4", "description": "A Powerful Tooltip and Popover for Angular Applications", "dependencies": { "tippy.js": "6.3.7",