diff --git a/CHANGELOG.md b/CHANGELOG.md index 493891e..3146726 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.2.0-alpha.1](https://github.com/ngneat/helipopper/compare/v10.2.0-alpha.0...v10.2.0-alpha.1)(2025-01-01) + + +### Refactor + +* tree-shake injection token names ([ff51f57](https://github.com/ngneat/helipopper/commit/ff51f5759787ffbe0dc6cbe7291b71ffe0c81c31)) + ### [10.2.0-alpha.0](https://github.com/ngneat/helipopper/compare/v10.1.0-alpha.0...v10.2.0-alpha.0)(2024-12-07) diff --git a/projects/ngneat/helipopper/package.json b/projects/ngneat/helipopper/package.json index 567b8d6..1b8ce56 100644 --- a/projects/ngneat/helipopper/package.json +++ b/projects/ngneat/helipopper/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/helipopper", - "version": "10.2.0-alpha.0", + "version": "10.2.0-alpha.1", "description": "A Powerful Tooltip and Popover for Angular Applications", "dependencies": { "tslib": "^2.3.0",