Skip to content

Commit 7023752

Browse files
committed
chore(release): 5.2.0
1 parent 0ee705c commit 7023752

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.2.0](https://github.com/apertureless/vue-chartjs/compare/v5.1.0...v5.2.0) (2023-01-09)
6+
7+
8+
### Features
9+
10+
* restore compatability with webpack 4 ([#996](https://github.com/apertureless/vue-chartjs/issues/996)) ([0ee705c](https://github.com/apertureless/vue-chartjs/commit/0ee705c7727434a0aee1c1801beb152e2339c15b))
11+
12+
13+
### Bug Fixes
14+
15+
* peer dependency drop Vue.js < 2.7 ([#947](https://github.com/apertureless/vue-chartjs/issues/947)) ([#982](https://github.com/apertureless/vue-chartjs/issues/982)) ([5808c6e](https://github.com/apertureless/vue-chartjs/commit/5808c6ec95f5f36ed30e3b5d5e1ca41e569aa8b8))
16+
517
## [5.1.0](https://github.com/apertureless/vue-chartjs/compare/v5.0.1...v5.1.0) (2022-12-19)
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.1.0",
4+
"version": "5.2.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)