Skip to content

Commit e39aa45

Browse files
committed
chore(release): 4.0.2
1 parent 4b68ba1 commit e39aa45

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2](https://github.com/apertureless/vue-chartjs/compare/v4.0.1...v4.0.2) (2022-03-28)
6+
7+
8+
### Bug Fixes
9+
10+
* **legacycharts:** add missed export for legacy charts generateChart function ([#784](https://github.com/apertureless/vue-chartjs/issues/784)) ([4b68ba1](https://github.com/apertureless/vue-chartjs/commit/4b68ba168974242e947755cd40e5d7ce09e00092))
11+
512
### [4.0.1](https://github.com/apertureless/vue-chartjs/compare/v4.0.0...v4.0.1) (2022-03-25)
613

714

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "vue-chartjs",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
4+
"packageManager": "[email protected]",
45
"description": "Vue.js wrapper for chart.js for creating beautiful charts.",
56
"author": "Jakub Juszczak <[email protected]>",
67
"homepage": "http://vue-chartjs.org",

0 commit comments

Comments
 (0)