Skip to content

Commit 4818e3f

Browse files
committed
chore(release): version 2.16.0
# [2.16.0](v2.15.0...v2.16.0) (2021-08-23) ### Features * add ignoreUpdate options for apigw, cdn, cos ([8d6d573](8d6d573)) * add scf concurrency config, fix alias ([cd374bb](cd374bb)) * new api for scf alias update ([60d4d45](60d4d45)) ### BREAKING CHANGES * scf alias update API not compact from older
1 parent cd374bb commit 4818e3f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.16.0](https://github.com/serverless-tencent/tencent-component-toolkit/compare/v2.15.0...v2.16.0) (2021-08-23)
2+
3+
4+
### Features
5+
6+
* add ignoreUpdate options for apigw, cdn, cos ([8d6d573](https://github.com/serverless-tencent/tencent-component-toolkit/commit/8d6d5735bbef44124b2e600121fb283412fe7a03))
7+
* add scf concurrency config, fix alias ([cd374bb](https://github.com/serverless-tencent/tencent-component-toolkit/commit/cd374bbf3e319c950924c7d51e0862a1ddd945a3))
8+
* new api for scf alias update ([60d4d45](https://github.com/serverless-tencent/tencent-component-toolkit/commit/60d4d45caf7198ddd489cb4648685529da2dce93))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* scf alias update API not compact from older
14+
115
# [2.15.0](https://github.com/serverless-tencent/tencent-component-toolkit/compare/v2.14.1...v2.15.0) (2021-08-12)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tencent-component-toolkit",
3-
"version": "2.15.0",
3+
"version": "2.16.0",
44
"description": "Tencent component toolkit",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)