Skip to content

Commit

Permalink
[skip ci] chore(release): v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Oct 16, 2019
1 parent b3e81a5 commit 62bad47
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.1.0](https://github.com/FEMessage/excel-it/compare/v3.0.6...v3.1.0) (2019-10-16)


### Features

* **parseExcel:** 暴露解析 excel 文件函数 ([#26](https://github.com/FEMessage/excel-it/issues/26)) ([3d8cb82](https://github.com/FEMessage/excel-it/commit/3d8cb82))



### [3.0.6](https://github.com/FEMessage/excel-it/compare/v3.0.5...v3.0.6) (2019-07-05)


Expand Down
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"name": "@femessage/excel-it",
"version": "3.0.6",
"version": "3.1.0",
"description": "",
"author": "https://github.com/FEMessage",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FEMessage/excel-it.git"
},
"keywords": ["excel", "excel-export", "excel-import"],
"files": ["src", "dist"],
"keywords": [
"excel",
"excel-export",
"excel-import"
],
"files": [
"src",
"dist"
],
"main": "dist/excel-it.umd.js",
"module": "dist/excel-it.esm.js",
"unpkg": "dist/excel-it.min.js",
Expand Down

0 comments on commit 62bad47

Please sign in to comment.