Skip to content

Commit

Permalink
chore(release): 6.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterRao committed Mar 23, 2021
1 parent 7c5fd52 commit 59aca92
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [6.14.1](https://github.com/aliyun/oss-nodejs-sdk/compare/v6.14.0...v6.14.1) (2021-03-23)


### Bug Fixes

* use arrayBuffer first, fall back to FileReader if it does not work ([#943](https://github.com/aliyun/oss-nodejs-sdk/issues/943)) ([7c5fd52](https://github.com/aliyun/oss-nodejs-sdk/commit/7c5fd5234244cc81a7c18ce6dca0bafd5f429b1a))

## [6.14.0](https://github.com/aliyun/oss-nodejs-sdk/compare/v6.13.2...v6.14.0) (2021-03-19)


Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"package.json"
],
"main": "dist/aliyun-oss-sdk.js",
"version": "6.14.0"
"version": "6.14.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ali-oss",
"version": "6.14.0",
"version": "6.14.1",
"description": "aliyun oss(object storage service) node client",
"main": "lib/client.js",
"files": [
Expand Down

0 comments on commit 59aca92

Please sign in to comment.