Skip to content

Commit b7a4831

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2022-03-28) ### Bug Fixes * **mime:** set the proper mime to the file ([ca1ffa2](ca1ffa2)) ### Features * **TypeScript:** Add support for typescript ([2bf6363](2bf6363)), closes [#53](#53) ### Performance Improvements * **TypeScript:** Use typescript under the hood ([2f105b2](2f105b2))
1 parent 5052a9c commit b7a4831

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [2.1.0](https://github.com/Belphemur/vue-json-csv/compare/v2.0.0...v2.1.0) (2022-03-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **mime:** set the proper mime to the file ([ca1ffa2](https://github.com/Belphemur/vue-json-csv/commit/ca1ffa2447ff9f538d15c53b13ebee2cbcd55fdc))
7+
8+
9+
### Features
10+
11+
* **TypeScript:** Add support for typescript ([2bf6363](https://github.com/Belphemur/vue-json-csv/commit/2bf6363d0a5c0be351b480a5e872bfb031bb60c6)), closes [#53](https://github.com/Belphemur/vue-json-csv/issues/53)
12+
13+
14+
### Performance Improvements
15+
16+
* **TypeScript:** Use typescript under the hood ([2f105b2](https://github.com/Belphemur/vue-json-csv/commit/2f105b246f09466b07dd2dc64b48eaa8178b8769))
17+
118
# [2.0.0](https://github.com/Belphemur/vue-json-csv/compare/v1.2.12...v2.0.0) (2022-03-27)
219

320

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": "2.0.0",
3+
"version": "2.1.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 && vue-tsc --declaration --emitDeclarationOnly",

0 commit comments

Comments
 (0)