diff --git a/CHANGELOG.md b/CHANGELOG.md index a38ec90..9de7261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +### [2.1.7](https://github.com/FEMessage/upload-to-ali/compare/v2.1.6...v2.1.7) (2020-07-07) + + +### Bug Fixes + +* 返回上传文件的url,以便外部更好地调用 ([10729bc](https://github.com/FEMessage/upload-to-ali/commit/10729bc)) + + + ### [2.1.6](https://github.com/FEMessage/upload-to-ali/compare/v2.1.5...v2.1.6) (2020-05-27) diff --git a/package.json b/package.json index 7d545f3..4a7e3ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/upload-to-ali", - "version": "2.1.6", + "version": "2.1.7", "description": "", "author": "https://github.com/FEMessage", "license": "MIT",