Skip to content

Commit 1355bcb

Browse files
committed
chore(release): version 2.14.0
# [2.14.0](v2.13.4...v2.14.0) (2021-08-05) ### Bug Fixes * import error ([38107ea](38107ea)) * **apigw:** pascal api parameter error ([58e614c](58e614c)) * remove initTimeout when user not config ([bb6f7ad](bb6f7ad)) ### Features * **cls:** support alarm and notice ([40ede8d](40ede8d)) * **cls:** support dashboard ([96d78f1](96d78f1))
1 parent 58e614c commit 1355bcb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.14.0](https://github.com/serverless-tencent/tencent-component-toolkit/compare/v2.13.4...v2.14.0) (2021-08-05)
2+
3+
4+
### Bug Fixes
5+
6+
* import error ([38107ea](https://github.com/serverless-tencent/tencent-component-toolkit/commit/38107ea5fdd1f75a2b8ce3ad2bec1d12be97170a))
7+
* **apigw:** pascal api parameter error ([58e614c](https://github.com/serverless-tencent/tencent-component-toolkit/commit/58e614c11be13e1336a43e76a5bd345eee92fd5e))
8+
* remove initTimeout when user not config ([bb6f7ad](https://github.com/serverless-tencent/tencent-component-toolkit/commit/bb6f7ad7b51d69fc5fbe02a25c965110135f874b))
9+
10+
11+
### Features
12+
13+
* **cls:** support alarm and notice ([40ede8d](https://github.com/serverless-tencent/tencent-component-toolkit/commit/40ede8de0ada30de5b38e1fa9949183c19c4f927))
14+
* **cls:** support dashboard ([96d78f1](https://github.com/serverless-tencent/tencent-component-toolkit/commit/96d78f1fd5dc05632716c28d13ebe2c9890c506c))
15+
116
## [2.13.4](https://github.com/serverless-tencent/tencent-component-toolkit/compare/v2.13.3...v2.13.4) (2021-07-29)
217

318

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.13.4",
3+
"version": "2.14.0",
44
"description": "Tencent component toolkit",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)