Skip to content

Commit

Permalink
Release 1.2.6
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Sep 18, 2023
1 parent 8380b87 commit 3e3f7ae
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.6](https://github.com/node-modules/oss-client/compare/v1.2.5...v1.2.6) (2023-09-18)


### Bug Fixes

* 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))

## [1.2.5](https://github.com/node-modules/oss-client/compare/v1.2.4...v1.2.5) (2023-01-08)


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.5",
"version": "1.2.6",
"description": "Aliyun OSS(Object Storage Service) Node.js Client",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 3e3f7ae

Please sign in to comment.