Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
[skip ci]

## [1.2.4](v1.2.3...v1.2.4) (2022-12-30)

### Bug Fixes

* always return data on completeMultipartUpload ([#9](#9)) ([6c6e7f5](6c6e7f5))
  • Loading branch information
semantic-release-bot committed Dec 30, 2022
1 parent 6c6e7f5 commit 2a14d9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.4](https://github.com/node-modules/oss-client/compare/v1.2.3...v1.2.4) (2022-12-30)


### Bug Fixes

* always return data on completeMultipartUpload ([#9](https://github.com/node-modules/oss-client/issues/9)) ([6c6e7f5](https://github.com/node-modules/oss-client/commit/6c6e7f5828f203eb2d8d1a7a38c79706e3baa3a5))

## [1.2.3](https://github.com/node-modules/oss-client/compare/v1.2.2...v1.2.3) (2022-12-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oss-client",
"version": "1.2.3",
"version": "1.2.4",
"description": "Aliyun OSS(Object Storage Service) Node.js Client",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 2a14d9a

Please sign in to comment.