diff --git a/CHANGELOG.md b/CHANGELOG.md index b519b3f..7cb9703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v2.13.2](https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.13.1...v2.13.2) - 2024-03-05 + +feat +- uploadFiles 支持传参 Body + +### Merged + +- Dev/2.13.2 [`#200`](https://github.com/tencentyun/cos-nodejs-sdk-v5/pull/200) +- fix: 兼容低版本 nodejs [`#199`](https://github.com/tencentyun/cos-nodejs-sdk-v5/pull/199) + +### Commits + +- Updated CHANGELOG.md [`9b0d628`](https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/9b0d62860eba48cc53c8ea7a0d0c8315ec813ffb) + +## [v2.13.1](https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.13.0...v2.13.1) - 2024-01-30 + +fix +- 修复es语法未兼容低版本 nodejs + +### Commits + +- fix: 兼容低版本 nodejs [`69fed4e`](https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/69fed4e033c6d6f5b1d4837d8fc4b2b3dba4adbf) + ## [v2.13.0](https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.12.6...v2.13.0) - 2024-01-29 1、安全性提升:不再支持 path-style @@ -445,8 +468,6 @@ fix:修复COS.Util类型 ## [v2.10.2](https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.10.1...v2.10.2) - 2021-09-11 -fix: clone bug - ### Commits - fix:clone bug [`146b82a`](https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/146b82ae9c97de8bd3eca5c7e59203a79d826de3) @@ -461,8 +482,6 @@ fix: clone bug ## [v2.10.0](https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.9.21...v2.10.0) - 2021-08-06 -- 签名带上 Host 参数 - ### Commits - Host 参与签名计算 [`32c5c08`](https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/32c5c08e9a36493fc9e2f851ddada4f08c83c4ac)