Skip to content

Commit

Permalink
chore(release): 1.2.12 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.12](Belphemur/vue-json-csv@v1.2.11...v1.2.12) (2020-12-15)

### Bug Fixes

* **Babel:** use @vue/cli-plugin-babel/preset for proper cross browser transpilation with babel ([088b995](Belphemur@088b995))
  • Loading branch information
semantic-release-bot committed Dec 15, 2020
1 parent ba2e9a5 commit 2336b39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.12](https://github.com/Belphemur/vue-json-csv/compare/v1.2.11...v1.2.12) (2020-12-15)


### Bug Fixes

* **Babel:** use @vue/cli-plugin-babel/preset for proper cross browser transpilation with babel ([088b995](https://github.com/Belphemur/vue-json-csv/commit/088b9952bd1e4f645d9a97fb2ea007c32670675b))

## [1.2.11](https://github.com/Belphemur/vue-json-csv/compare/v1.2.10...v1.2.11) (2020-03-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-json-csv",
"version": "1.2.11",
"version": "1.2.12",
"description": "Download your JSON data as an CSV file directly from the browser",
"scripts": {
"build": "vue-cli-service build --target lib --name vue-json-csv src/JsonCSV.vue",
Expand Down

0 comments on commit 2336b39

Please sign in to comment.