Skip to content

Commit a277593

Browse files
committed
chore(release): 3.3.0
1 parent 9a58e06 commit a277593

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
<a name="3.3.0"></a>
6+
# [3.3.0](https://github.com/apertureless/vue-chartjs/compare/v3.2.1...v3.3.0) (2018-03-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **readme:** Update paypal donate button ([bfda218](https://github.com/apertureless/vue-chartjs/commit/bfda218))
12+
13+
14+
### Features
15+
16+
* **charts:** Export generateChart to create custom charts ([50e5644](https://github.com/apertureless/vue-chartjs/commit/50e5644))
17+
* **docs:** Update docs with custom chart example ([3247a61](https://github.com/apertureless/vue-chartjs/commit/3247a61))
18+
19+
20+
521
<a name="3.1.0"></a>
622
# [3.1.0](https://github.com/apertureless/vue-chartjs/compare/v3.0.2...v3.1.0) (2018-01-12)
723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-chartjs",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "Vue.js wrapper for chart.js for creating beautiful charts.",
55
"author": "Jakub Juszczak <[email protected]>",
66
"homepage": "http://vue-chartjs.org",

0 commit comments

Comments
 (0)