Skip to content

Commit

Permalink
chore(release): 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
apertureless committed Oct 31, 2024
1 parent bce61d9 commit bad3bc4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"homepage": "http://vue-chartjs.org",
Expand Down Expand Up @@ -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",
Expand All @@ -44,7 +50,9 @@
},
"directory": "package"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"prepublishOnly": "pnpm test && pnpm build && del ./package && clean-publish",
"postpublish": "del ./package",
Expand Down

0 comments on commit bad3bc4

Please sign in to comment.