diff --git a/CHANGELOG.md b/CHANGELOG.md index d171439..8abe1f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.7](https://github.com/Belphemur/vue-json-csv/compare/v1.2.6...v1.2.7) (2019-08-21) + + +### Bug Fixes + +* **Building:** Fix building process ([3479811](https://github.com/Belphemur/vue-json-csv/commit/3479811)) + ## [1.2.6](https://github.com/Belphemur/vue-json-csv/compare/v1.2.5...v1.2.6) (2019-08-21) diff --git a/package.json b/package.json index e38a10a..712bf9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-json-csv", - "version": "1.2.6", + "version": "1.2.7", "description": "Download your JSON data as an CSV file directly from the browser", "repository": { "type": "git",