Skip to content

Commit

Permalink
[skip ci] chore(release): v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Aug 1, 2019
1 parent 7d32753 commit 05b3ebd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

### [1.8.2](https://github.com/FEMessage/upload-to-ali/compare/v1.8.1...v1.8.2) (2019-08-01)


### Bug Fixes

* **tip:** tip should under upload area ([5261448](https://github.com/FEMessage/upload-to-ali/commit/5261448)), closes [#78](https://github.com/FEMessage/upload-to-ali/issues/78)


### Build System

* **deps:** bump @femessage/img-preview from 1.2.3 to 1.2.4 ([#80](https://github.com/FEMessage/upload-to-ali/issues/80)) ([2bea365](https://github.com/FEMessage/upload-to-ali/commit/2bea365))



### [1.8.1](https://github.com/FEMessage/upload-to-ali/compare/v1.8.0...v1.8.1) (2019-07-19)


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/upload-to-ali",
"version": "1.8.1",
"version": "1.8.2",
"description": "",
"author": "https://github.com/FEMessage",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FEMessage/upload-to-ali.git"
},
"keywords": ["vue", "upload", "component"],
"files": ["src", "dist"],
"keywords": [
"vue",
"upload",
"component"
],
"files": [
"src",
"dist"
],
"main": "dist/upload-to-ali.umd.js",
"module": "dist/upload-to-ali.esm.js",
"unpkg": "dist/upload-to-ali.min.js",
Expand Down

0 comments on commit 05b3ebd

Please sign in to comment.