From 7e18358e6af76f38941dfbae981ab95e67aebf51 Mon Sep 17 00:00:00 2001 From: Neil Davies Date: Wed, 23 Oct 2024 18:27:37 +0100 Subject: [PATCH] chore(release): v1.5.0 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a34de6b..ca93f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [v1.5.0](https://github.com/Practically/yii2-chartjs/compare/v1.4.0...v1.5.0) (2024-10-23) + +### Features + +* allow float values for line tension ([fb23118](https://github.com/Practically/yii2-chartjs/commit/fb23118bb349dca1cf06183583971812b3d5ca16)), closes [#33](https://github.com/Practically/yii2-chartjs/issues/33) + + +### BREAKING CHANGES + +* BaseDataset::$lineTension property is now +BaseDataset::$tension. + # [v1.4.0](https://github.com/Practically/yii2-chartjs/compare/v1.3.0...v1.4.0) (2024-09-09) ### Features diff --git a/composer.json b/composer.json index 9eb616a..a68155d 100644 --- a/composer.json +++ b/composer.json @@ -54,5 +54,5 @@ "phpcs --standard=psr2 --warning-severity=10 src tests" ] }, - "version": "1.4.0" + "version": "1.5.0" } \ No newline at end of file