Skip to content

Commit f9d82e9

Browse files
chore(release): 2.0.0 [skip ci]
# [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
1 parent 4d41be8 commit f9d82e9

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/Belphemur/vue-json-csv/compare/v1.2.12...v2.0.0) (2022-03-27)
2+
3+
4+
### chore
5+
6+
* **Pipeline:** Add github action code ([072aba6](https://github.com/Belphemur/vue-json-csv/commit/072aba6f3646d359fe1b5a33b0a87806450a39a5))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **Pipeline:** Moving to VueJS 3
12+
113
## [1.2.12](https://github.com/Belphemur/vue-json-csv/compare/v1.2.11...v1.2.12) (2020-12-15)
214

315

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-json-csv",
3-
"version": "1.2.12",
3+
"version": "2.0.0",
44
"description": "Download your JSON data as an CSV file directly from the browser",
55
"scripts": {
66
"build": "vue-cli-service build --target lib --name vue-json-csv src/JsonCSV.vue",
@@ -74,7 +74,7 @@
7474
"json",
7575
"vue"
7676
],
77-
"collectCoverage":true,
77+
"collectCoverage": true,
7878
"transform": {
7979
".*\\.(vue)$": "@vue/vue3-jest",
8080
"^.+\\.js$": "babel-jest"

0 commit comments

Comments
 (0)