Skip to content

Commit 9939e3a

Browse files
committed
chore(release): 4.0.0
1 parent 82009b9 commit 9939e3a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.0.0](https://github.com/apertureless/vue-chartjs/compare/v3.5.1...v4.0.0) (2022-03-25)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* migration to vue3
11+
12+
* upgrade to Chart.js 3.0
13+
14+
### Features
15+
16+
* chart.js 3.0 support ([#754](https://github.com/apertureless/vue-chartjs/issues/754)) ([baba8e3](https://github.com/apertureless/vue-chartjs/commit/baba8e3e6f4b2b7d9a8c7b8e51cc698af23b972f))
17+
* migration to vue3 ([#755](https://github.com/apertureless/vue-chartjs/issues/755)) ([1104335](https://github.com/apertureless/vue-chartjs/commit/11043352f2475bd97a90318d1c2a8c71b82acd71))
18+
* typescript support ([#757](https://github.com/apertureless/vue-chartjs/issues/757)) ([67e73a0](https://github.com/apertureless/vue-chartjs/commit/67e73a0f1659a07e8508d58631153eb909dc7f8c))
19+
* vue2 legacy support ([#771](https://github.com/apertureless/vue-chartjs/issues/771)) ([5c9a69c](https://github.com/apertureless/vue-chartjs/commit/5c9a69c8ea18909f3633d91b480302fbc86591f3))
20+
521
### [3.5.1](https://github.com/apertureless/vue-chartjs/compare/v3.5.0...v3.5.1) (2020-08-22)
622

723

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": "3.5.1",
3+
"version": "4.0.0",
44
"description": "Vue.js wrapper for chart.js for creating beautiful charts.",
55
"author": "Jakub Juszczak <[email protected]>",
66
"homepage": "http://vue-chartjs.org",

0 commit comments

Comments
 (0)