Skip to content

Commit b418aac

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2020-11-25) ### Bug Fixes * 📦 移除多余的 module 配置 ([47532e8](47532e8)) ### Reverts * Revert "fix: 📦 移除多余的 module 配置" ([acbfa83](acbfa83))
1 parent 47532e8 commit b418aac

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.0.1](https://github.com/d2-projects/vue-table-import/compare/v1.0.0...v1.0.1) (2020-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* :package: 移除多余的 module 配置 ([47532e8](https://github.com/d2-projects/vue-table-import/commit/47532e83a68f87629d899f33cde17df8cab65ed1))
7+
8+
9+
### Reverts
10+
11+
* Revert "fix: :package: 移除多余的 module 配置" ([acbfa83](https://github.com/d2-projects/vue-table-import/commit/acbfa83ca6b3365f8d355c6315e4a739da2aaa73))
12+
113
# 1.0.0 (2020-11-25)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@d2-projects/vue-table-import",
33
"description": "vue plugin to import csv or xlsx table file",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "liyang <[email protected]>",
66
"private": false,
77
"license": "MIT",

0 commit comments

Comments
 (0)