From b8e7ce11dea9825e5ae055477306e9bde82f716c Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Thu, 8 Sep 2016 13:40:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f5988..52a12d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [v1.1.3](https://github.com/apertureless/vue-chartjs/tree/v1.1.3) (2016-09-08) +[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/1.1.2...v1.1.3) + +**Implemented enhancements:** + +- Add test [\#1](https://github.com/apertureless/vue-chartjs/issues/1) + +**Fixed bugs:** + +- Passing chart size \(width / height\) as prop doesnt resize the chart [\#8](https://github.com/apertureless/vue-chartjs/issues/8) + +**Merged pull requests:** + +- Added bubble chart type [\#9](https://github.com/apertureless/vue-chartjs/pull/9) ([jcalonso](https://github.com/jcalonso)) + ## [1.1.2](https://github.com/apertureless/vue-chartjs/tree/1.1.2) (2016-09-07) [Full Changelog](https://github.com/apertureless/vue-chartjs/compare/1.1.1...1.1.2)