From 775a6c4e9216efa3b0b381a900f959303e1b0d48 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 29 Nov 2024 22:48:23 +0000 Subject: [PATCH] chore(release): 9.0.0 [skip ci] # [9.0.0](https://github.com/willsoto/ng-chartist/compare/v8.3.2...v9.0.0) (2024-11-29) ### Features * drop support for Angular v12 to v15 ([ddecdaf](https://github.com/willsoto/ng-chartist/commit/ddecdafdd0d7e9ee0934918b3810068da158f902)) ### BREAKING CHANGES * Angular v15 and below is no longer supported Signed-off-by: Will Soto --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1159c883..6fd61665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [9.0.0](https://github.com/willsoto/ng-chartist/compare/v8.3.2...v9.0.0) (2024-11-29) + + +### Features + +* drop support for Angular v12 to v15 ([ddecdaf](https://github.com/willsoto/ng-chartist/commit/ddecdafdd0d7e9ee0934918b3810068da158f902)) + + +### BREAKING CHANGES + +* Angular v15 and below is no longer supported + +Signed-off-by: Will Soto + ## [8.3.2](https://github.com/willsoto/ng-chartist/compare/v8.3.1...v8.3.2) (2024-06-29)