From efd933207753d44d494b526d505863a3eee13712 Mon Sep 17 00:00:00 2001 From: gouki0123 Date: Tue, 6 Dec 2022 03:35:20 +0000 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b91917..029a4fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ 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.11.17](https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.11.16...v2.11.17) - 2022-12-06 + +fix +- 修改d.ts + +### Merged + +- Feat/2.11.17 beta [`#158`](https://github.com/tencentyun/cos-nodejs-sdk-v5/pull/158) + +### Commits + +- Updated CHANGELOG.md [`f60f940`](https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/f60f9400cd0830a486daaef768015b665d83fa9e) +- 改缩进 [`860d980`](https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/860d98007a4cd6025a8cc00bc90be18c9dc1e4b2) + ## [v2.11.16](https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.11.15...v2.11.16) - 2022-11-21 feat @@ -584,11 +598,6 @@ fix: clone bug ## [v2.5.8](https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.5.7...v2.5.8) - 2019-04-11 -* 支持 KeepAlive 参数,默认 true -* 上传支持 onTaskStart -* 上传参数 TaskReady 修改为 onTaskReady -* 优化内部方法 clearQueue - ### Commits - 支持 KeepAlive,TaskReady 改为 onTaskReady,优化内部 clearQueue 逻辑 [`308a916`](https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/308a916724d5cb7515ec3df1b70469606ba6f1a9)