diff --git a/CHANGELOG.md b/CHANGELOG.md index c21810a..9f43248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0.0](https://github.com/ngneat/helipopper/compare/v8.0.3...v9.0.0) (2023-11-28) + + +### ⚠ BREAKING CHANGES + +* peer deps of the library and overview are v17 + +### Features + +* 🎸 update to ng17 ([65f4c76](https://github.com/ngneat/helipopper/commit/65f4c768d5359ea78ec98406027d82737e502009)) +* 🎸 use makeEnvironmentProviders for config ([e629cb2](https://github.com/ngneat/helipopper/commit/e629cb2f3d47ffd2fd5faabf5f8caa2426987617)) + ### [8.0.3](https://github.com/ngneat/helipopper/compare/v8.0.2...v8.0.3) (2023-09-05) diff --git a/projects/ngneat/helipopper/package.json b/projects/ngneat/helipopper/package.json index ba8148c..77dc47a 100644 --- a/projects/ngneat/helipopper/package.json +++ b/projects/ngneat/helipopper/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/helipopper", - "version": "8.0.3", + "version": "9.0.0", "description": "A Powerful Tooltip and Popover for Angular Applications", "dependencies": { "tslib": "^2.3.0",