Skip to content

Commit 3e3f7ae

Browse files
Release 1.2.6
[skip ci] ## [1.2.6](v1.2.5...v1.2.6) (2023-09-18) ### Bug Fixes * use stat instead of statSync ([#14](#14)) ([8380b87](8380b87))
1 parent 8380b87 commit 3e3f7ae

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.6](https://github.com/node-modules/oss-client/compare/v1.2.5...v1.2.6) (2023-09-18)
4+
5+
6+
### Bug Fixes
7+
8+
* use stat instead of statSync ([#14](https://github.com/node-modules/oss-client/issues/14)) ([8380b87](https://github.com/node-modules/oss-client/commit/8380b870dfb18a8cc85a437f9cb47cd805402301))
9+
310
## [1.2.5](https://github.com/node-modules/oss-client/compare/v1.2.4...v1.2.5) (2023-01-08)
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.5",
3+
"version": "1.2.6",
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)