Skip to content

Commit d646663

Browse files
chore(release): 1.2.9 [skip ci]
## [1.2.9](v1.2.8...v1.2.9) (2019-10-24) ### Bug Fixes * **JsonCSV:** remove spread operator that fails on edge 18 ([746b9fd](746b9fd))
1 parent 78fce7e commit d646663

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.9](https://github.com/Belphemur/vue-json-csv/compare/v1.2.8...v1.2.9) (2019-10-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **JsonCSV:** remove spread operator that fails on edge 18 ([746b9fd](https://github.com/Belphemur/vue-json-csv/commit/746b9fd))
7+
18
## [1.2.8](https://github.com/Belphemur/vue-json-csv/compare/v1.2.7...v1.2.8) (2019-08-22)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-json-csv",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"description": "Download your JSON data as an CSV file directly from the browser",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)