From 1ab35dcf2a425d28cfbe845768ef47f732cbac9b Mon Sep 17 00:00:00 2001 From: Shahar Kazaz Date: Fri, 4 Feb 2022 10:00:36 +0200 Subject: [PATCH] chore(release): 5.1.3 --- 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 350f1be..516df7d 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.3](https://github.com/ngneat/helipopper/compare/v5.1.2...v5.1.3) (2022-02-04) + + +### Bug Fixes + +* 🐛 isVisible should run inside the zone ([90901de](https://github.com/ngneat/helipopper/commit/90901de286307d7ba2e18e9fc68b82b5d86779f8)) + ### [5.1.2](https://github.com/ngneat/helipopper/compare/v5.1.1...v5.1.2) (2022-01-31) diff --git a/projects/ngneat/helipopper/package.json b/projects/ngneat/helipopper/package.json index 9f41761..4930ce0 100644 --- a/projects/ngneat/helipopper/package.json +++ b/projects/ngneat/helipopper/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/helipopper", - "version": "5.1.2", + "version": "5.1.3", "description": "A Powerful Tooltip and Popover for Angular Applications", "dependencies": { "tippy.js": "6.3.7",