We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844a53e commit 14e1302Copy full SHA for 14e1302
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.1.2](https://github.com/d2-projects/vue-table-export/compare/v1.1.1...v1.1.2) (2020-11-25)
2
+
3
4
+### Bug Fixes
5
6
+* :package: 移除多余的 module 配置 ([345dfb4](https://github.com/d2-projects/vue-table-export/commit/345dfb497137bf2d8ec860ada361751b4e21b078))
7
8
## [1.1.1](https://github.com/d2-projects/vue-table-export/compare/v1.1.0...v1.1.1) (2020-11-25)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "@d2-projects/vue-table-export",
"description": "vue plugin to export data to csv | xlsx | txt file",
- "version": "1.1.1",
+ "version": "1.1.2",
"author": "liyang <[email protected]>",
"private": false,
"license": "MIT",
0 commit comments