From 6f6f0b2d4ffb2847021abece6964835fda54b8a3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Dec 2024 18:43:04 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20release=20v8.0?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [8.0.0](https://github.com/tinesoft/ngx-cookieconsent/compare/v7.0.0...v8.0.0) (2024-12-22) ### Features * update to Angular v19+ ([7b294af](https://github.com/tinesoft/ngx-cookieconsent/commit/7b294af107e313ba30a806c63cdb501e4885a6dd)), closes [#153](https://github.com/tinesoft/ngx-cookieconsent/issues/153) ### BREAKING CHANGES * Angular v19+ is now the minimal version to use the library. *** [skip ci] --- libs/ngx-cookieconsent/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libs/ngx-cookieconsent/CHANGELOG.md b/libs/ngx-cookieconsent/CHANGELOG.md index 7da8232..58a0dbe 100644 --- a/libs/ngx-cookieconsent/CHANGELOG.md +++ b/libs/ngx-cookieconsent/CHANGELOG.md @@ -1,3 +1,13 @@ +# [8.0.0](https://github.com/tinesoft/ngx-cookieconsent/compare/v7.0.0...v8.0.0) (2024-12-22) + +### Features + +- update to Angular v19+ ([7b294af](https://github.com/tinesoft/ngx-cookieconsent/commit/7b294af107e313ba30a806c63cdb501e4885a6dd)), closes [#153](https://github.com/tinesoft/ngx-cookieconsent/issues/153) + +### BREAKING CHANGES + +- Angular v19+ is now the minimal version to use the library. + # [7.0.0](https://github.com/tinesoft/ngx-cookieconsent/compare/v6.0.0...v7.0.0) (2024-12-22) ### Features