diff --git a/CHANGELOG.md b/CHANGELOG.md index e84fe6c60..8166229f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 583f6eeaf..57a8f27b4 100644 --- a/package.json +++ b/package.json @@ -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",