From 4834b076f86b17cc88415befdeff9fa2fcdfa751 Mon Sep 17 00:00:00 2001 From: arturovt Date: Wed, 20 Nov 2024 15:29:44 +0200 Subject: [PATCH] chore(release): 10.1.0-alpha.0 --- 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 f89f4e3..51cb208 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. +### [10.1.0-alpha.0](https://github.com/ngneat/helipopper/compare/v10.0.0-alpha.1...v10.1.0-alpha.0)(2024-11-20) + + +### Features + +* add `@ngneat/helipopper/config` ([fe59df7](https://github.com/ngneat/helipopper/commit/fe59df74269e8ee59d8328a48672783256c16761)) + ### [10.0.0-alpha.1](https://github.com/ngneat/helipopper/compare/v10.0.0-alpha.0...v10.0.0-alpha.1) (2024-11-17) diff --git a/projects/ngneat/helipopper/package.json b/projects/ngneat/helipopper/package.json index d3c28cc..64ea6ef 100644 --- a/projects/ngneat/helipopper/package.json +++ b/projects/ngneat/helipopper/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/helipopper", - "version": "10.0.0-alpha.1", + "version": "10.1.0-alpha.0", "description": "A Powerful Tooltip and Popover for Angular Applications", "dependencies": { "tslib": "^2.3.0",