Skip to content

Commit bad3bc4

Browse files
committed
chore(release): 5.3.2
1 parent bce61d9 commit bad3bc4

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.2](https://github.com/apertureless/vue-chartjs/compare/v5.3.1...v5.3.2) (2024-10-31)
6+
57
### [5.3.1](https://github.com/apertureless/vue-chartjs/compare/v5.3.0...v5.3.1) (2024-04-09)
68

79
### Bug Fixes

package.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-chartjs",
33
"type": "module",
4-
"version": "5.3.1",
4+
"version": "5.3.2",
55
"description": "Vue.js wrapper for chart.js for creating beautiful charts.",
66
"author": "Jakub Juszczak <[email protected]>",
77
"homepage": "http://vue-chartjs.org",
@@ -30,7 +30,13 @@
3030
"bugs": {
3131
"url": "https://github.com/apertureless/vue-chartjs/issues"
3232
},
33-
"keywords": ["ChartJs", "Vue", "Visualisation", "Wrapper", "Charts"],
33+
"keywords": [
34+
"ChartJs",
35+
"Vue",
36+
"Visualisation",
37+
"Wrapper",
38+
"Charts"
39+
],
3440
"sideEffects": false,
3541
"types": "./dist/index.d.ts",
3642
"exports": "./src/index.ts",
@@ -44,7 +50,9 @@
4450
},
4551
"directory": "package"
4652
},
47-
"files": ["dist"],
53+
"files": [
54+
"dist"
55+
],
4856
"scripts": {
4957
"prepublishOnly": "pnpm test && pnpm build && del ./package && clean-publish",
5058
"postpublish": "del ./package",

0 commit comments

Comments
 (0)