diff --git a/CHANGELOG.md b/CHANGELOG.md index e47865e7..23f38c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [3.3.1](https://github.com/apertureless/vue-chartjs/compare/v3.3.0...v3.3.1) (2018-03-26) + + +### Bug Fixes + +* **release:** Add exports to index ([8341f94](https://github.com/apertureless/vue-chartjs/commit/8341f94)) + + + # [3.3.0](https://github.com/apertureless/vue-chartjs/compare/v3.2.1...v3.3.0) (2018-03-23) diff --git a/package.json b/package.json index c4a7ed82..8277349e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-chartjs", - "version": "3.3.0", + "version": "3.3.1", "description": "Vue.js wrapper for chart.js for creating beautiful charts.", "author": "Jakub Juszczak ", "homepage": "http://vue-chartjs.org",