Skip to content

Commit 22c3986

Browse files
committed
chore(release): 5.3.0
1 parent 34a7e6e commit 22c3986

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.3.0](https://github.com/apertureless/vue-chartjs/compare/v5.2.0...v5.3.0) (2023-12-14)
6+
7+
8+
### Features
9+
10+
* **a11y:** support ARIA attributes, role and fallback content for canvas ([#1061](https://github.com/apertureless/vue-chartjs/issues/1061)) ([c1ee49d](https://github.com/apertureless/vue-chartjs/commit/c1ee49d6a8ad2fc0ae798b34944ea90059bb70f6))
11+
12+
13+
### Bug Fixes
14+
15+
* update to chart.js v4.4.1 ([#1064](https://github.com/apertureless/vue-chartjs/issues/1064)) ([34a7e6e](https://github.com/apertureless/vue-chartjs/commit/34a7e6e2a28d296229d862cf71ff3466b6148d79))
16+
517
## [5.2.0](https://github.com/apertureless/vue-chartjs/compare/v5.1.0...v5.2.0) (2023-01-09)
618

719

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.2.0",
4+
"version": "5.3.0",
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)