diff --git a/CHANGELOG.md b/CHANGELOG.md index 8abe1f8..47d4896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.8](https://github.com/Belphemur/vue-json-csv/compare/v1.2.7...v1.2.8) (2019-08-22) + + +### Bug Fixes + +* **Building:** Use Vue Cli to build the library ([a9c2694](https://github.com/Belphemur/vue-json-csv/commit/a9c2694)), closes [#27](https://github.com/Belphemur/vue-json-csv/issues/27) + ## [1.2.7](https://github.com/Belphemur/vue-json-csv/compare/v1.2.6...v1.2.7) (2019-08-21) diff --git a/package.json b/package.json index f967876..d71c4f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-json-csv", - "version": "1.2.7", + "version": "1.2.8", "description": "Download your JSON data as an CSV file directly from the browser", "repository": { "type": "git",