From 6f023673e7ab0df0f0c1781cf6763fb2103cca37 Mon Sep 17 00:00:00 2001 From: arturovt Date: Fri, 11 Jul 2025 14:22:09 +0300 Subject: [PATCH] chore(release): 11.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 4563dc3..60f23c6 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. +### [11.1.3](https://github.com/ngneat/helipopper/compare/v11.1.2...v11.1.3) (2025-07-11) + + +### Refactor + +* reduce RxJS overhead ([15fbf4d](https://github.com/ngneat/helipopper/commit/15fbf4dc10435f51407a0fd173ef3dfa99201d06)) + ### [11.1.2](https://github.com/ngneat/helipopper/compare/v11.1.1...v11.1.2) (2025-07-10) diff --git a/projects/ngneat/helipopper/package.json b/projects/ngneat/helipopper/package.json index 4d1cd3a..f57d654 100644 --- a/projects/ngneat/helipopper/package.json +++ b/projects/ngneat/helipopper/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/helipopper", - "version": "11.1.2", + "version": "11.1.3", "description": "A Powerful Tooltip and Popover for Angular Applications", "dependencies": { "tslib": "^2.3.0",