From f8983120e624823b808106742756957bde6c94b7 Mon Sep 17 00:00:00 2001 From: Netanel Basal Date: Wed, 13 Dec 2023 21:12:59 +0200 Subject: [PATCH] chore(release): 9.2.1 --- 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 a0ec98a..eca89b9 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. +### [9.2.1](https://github.com/ngneat/helipopper/compare/v9.2.0...v9.2.1) (2023-12-13) + + +### Bug Fixes + +* 🐛 allow injector also in service creation ([cb3e6ef](https://github.com/ngneat/helipopper/commit/cb3e6efc823a16f4a59af32472f867b12805aa99)) + ## [9.2.0](https://github.com/ngneat/helipopper/compare/v9.1.0...v9.2.0) (2023-12-13) diff --git a/projects/ngneat/helipopper/package.json b/projects/ngneat/helipopper/package.json index e65761c..24c89f2 100644 --- a/projects/ngneat/helipopper/package.json +++ b/projects/ngneat/helipopper/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/helipopper", - "version": "9.2.0", + "version": "9.2.1", "description": "A Powerful Tooltip and Popover for Angular Applications", "dependencies": { "tslib": "^2.3.0",