Skip to content

Commit 500a6fd

Browse files
committed
chore(release): 5.1.0
1 parent 252a00f commit 500a6fd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.1.0](https://github.com/apertureless/vue-chartjs/compare/v5.0.1...v5.1.0) (2022-12-19)
6+
7+
8+
### Features
9+
10+
* restore CommonJS bundle ([#980](https://github.com/apertureless/vue-chartjs/issues/980)) ([1eb1ba7](https://github.com/apertureless/vue-chartjs/commit/1eb1ba7468a8dbde0d606f48a089c023d5aa9fbb))
11+
512
### [5.0.1](https://github.com/apertureless/vue-chartjs/compare/v5.0.0...v5.0.1) (2022-12-06)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-chartjs",
33
"type": "module",
4-
"version": "5.0.1",
4+
"version": "5.1.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)