diff --git a/CHANGELOG.md b/CHANGELOG.md index 9806b3cf..1d8a0012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [5.3.2](https://github.com/apertureless/vue-chartjs/compare/v5.3.1...v5.3.2) (2024-10-31) + ### [5.3.1](https://github.com/apertureless/vue-chartjs/compare/v5.3.0...v5.3.1) (2024-04-09) ### Bug Fixes diff --git a/package.json b/package.json index b2e470d0..69d54803 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-chartjs", "type": "module", - "version": "5.3.1", + "version": "5.3.2", "description": "Vue.js wrapper for chart.js for creating beautiful charts.", "author": "Jakub Juszczak ", "homepage": "http://vue-chartjs.org", @@ -30,7 +30,13 @@ "bugs": { "url": "https://github.com/apertureless/vue-chartjs/issues" }, - "keywords": ["ChartJs", "Vue", "Visualisation", "Wrapper", "Charts"], + "keywords": [ + "ChartJs", + "Vue", + "Visualisation", + "Wrapper", + "Charts" + ], "sideEffects": false, "types": "./dist/index.d.ts", "exports": "./src/index.ts", @@ -44,7 +50,9 @@ }, "directory": "package" }, - "files": ["dist"], + "files": [ + "dist" + ], "scripts": { "prepublishOnly": "pnpm test && pnpm build && del ./package && clean-publish", "postpublish": "del ./package",