Skip to content

Commit 5554b32

Browse files
committed
chore(release): 5.0.1
1 parent 742bf62 commit 5554b32

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
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+
### [5.0.1](https://github.com/apertureless/vue-chartjs/compare/v5.0.0...v5.0.1) (2022-12-06)
6+
7+
8+
### Bug Fixes
9+
10+
* fix compatability with Vue >=2.7 ([#967](https://github.com/apertureless/vue-chartjs/issues/967)) ([742bf62](https://github.com/apertureless/vue-chartjs/commit/742bf62f9a4fd15994d346ce076aa4081716c1a7))
11+
512
## [5.0.0](https://github.com/apertureless/vue-chartjs/compare/v4.1.2...v5.0.0) (2022-12-05)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-chartjs",
33
"type": "module",
4-
"version": "5.0.0",
4+
"version": "5.0.1",
55
"description": "Vue.js wrapper for chart.js for creating beautiful charts.",
66
"author": "Jakub Juszczak <[email protected]>",
77
"homepage": "http://vue-chartjs.org",

0 commit comments

Comments
 (0)