Skip to content

Commit adcd009

Browse files
Release 1.2.5
[skip ci] ## [1.2.5](v1.2.4...v1.2.5) (2023-01-08) ### Bug Fixes * allow Uint8Array to put file ([#10](#10)) ([81af059](81af059))
1 parent 81af059 commit adcd009

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.5](https://github.com/node-modules/oss-client/compare/v1.2.4...v1.2.5) (2023-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* allow Uint8Array to put file ([#10](https://github.com/node-modules/oss-client/issues/10)) ([81af059](https://github.com/node-modules/oss-client/commit/81af059bcce52d54a8fa712ca6ca99a1dcc4aef6))
9+
310
## [1.2.4](https://github.com/node-modules/oss-client/compare/v1.2.3...v1.2.4) (2022-12-30)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oss-client",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Aliyun OSS(Object Storage Service) Node.js Client",
55
"main": "lib/index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)