Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.12...v2.0.0) (2022-03-27)

### chore

* **Pipeline:** Add github action code ([072aba6](072aba6))

### BREAKING CHANGES

* **Pipeline:** Moving to VueJS 3
  • Loading branch information
semantic-release-bot committed Mar 27, 2022
1 parent 4d41be8 commit f9d82e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/Belphemur/vue-json-csv/compare/v1.2.12...v2.0.0) (2022-03-27)


### chore

* **Pipeline:** Add github action code ([072aba6](https://github.com/Belphemur/vue-json-csv/commit/072aba6f3646d359fe1b5a33b0a87806450a39a5))


### BREAKING CHANGES

* **Pipeline:** Moving to VueJS 3

## [1.2.12](https://github.com/Belphemur/vue-json-csv/compare/v1.2.11...v1.2.12) (2020-12-15)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-json-csv",
"version": "1.2.12",
"version": "2.0.0",
"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 Expand Up @@ -74,7 +74,7 @@
"json",
"vue"
],
"collectCoverage":true,
"collectCoverage": true,
"transform": {
".*\\.(vue)$": "@vue/vue3-jest",
"^.+\\.js$": "babel-jest"
Expand Down

0 comments on commit f9d82e9

Please sign in to comment.