Skip to content

Commit 61637cd

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2020-11-02) ### Features * 测试CI ([a0aa96c](a0aa96c)) ### Performance Improvements * 支持设置列宽 ([adbd7c3](adbd7c3))
1 parent a0aa96c commit 61637cd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# [1.1.0](https://github.com/d2-projects/vue-table-export/compare/v1.0.1...v1.1.0) (2020-11-02)
2+
3+
4+
### Features
5+
6+
* 测试CI ([a0aa96c](https://github.com/d2-projects/vue-table-export/commit/a0aa96c1fb79be3b8475f2324f2776c18259614f))
7+
8+
9+
### Performance Improvements
10+
11+
* 支持设置列宽 ([adbd7c3](https://github.com/d2-projects/vue-table-export/commit/adbd7c35aa172d0b7e9eda9455bdda2d3db466e3))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@d2-projects/vue-table-export",
33
"description": "vue plugin to export data to csv | xlsx | txt file",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"author": "liyang <1711467488@qq.com>",
66
"private": false,
77
"license": "MIT",

0 commit comments

Comments
 (0)