Skip to content

Commit

Permalink
chore(release): v1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynbox committed Oct 23, 2024
1 parent b19ff42 commit 7e18358
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"phpcs --standard=psr2 --warning-severity=10 src tests"
]
},
"version": "1.4.0"
"version": "1.5.0"
}

0 comments on commit 7e18358

Please sign in to comment.