Skip to content

Commit 386c8f1

Browse files
committed
chore(release): 4.1.0
1 parent d937f80 commit 386c8f1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [4.1.0](https://github.com/apertureless/vue-chartjs/compare/v4.0.7...v4.1.0) (2022-05-10)
6+
7+
8+
### Features
9+
10+
* add reactivity to options ([#840](https://github.com/apertureless/vue-chartjs/issues/840)) ([6f8fa51](https://github.com/apertureless/vue-chartjs/commit/6f8fa5173f4b027e23e1ae933b0a50714466c540))
11+
* **legacy-charts:** add typescript definitions for legacy charts ([#839](https://github.com/apertureless/vue-chartjs/issues/839)) ([d937f80](https://github.com/apertureless/vue-chartjs/commit/d937f80ee794958f2cde86d613f42330db7aceb7)), closes [#825](https://github.com/apertureless/vue-chartjs/issues/825)
12+
513
### [4.0.7](https://github.com/apertureless/vue-chartjs/compare/v4.0.6...v4.0.7) (2022-04-25)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-chartjs",
3-
"version": "4.0.7",
3+
"version": "4.1.0",
44
"packageManager": "[email protected]",
55
"description": "Vue.js wrapper for chart.js for creating beautiful charts.",
66
"author": "Jakub Juszczak <[email protected]>",

0 commit comments

Comments
 (0)