Skip to content

Commit 25c3061

Browse files
committed
chore(release): version 2.1.0
# [2.1.0](v2.0.11...v2.1.0) (2021-02-19) ### Bug Fixes * fix apigw types ([d0c4d48](d0c4d48)) * fix build error ([#193](#193)) ([7e84c3d](7e84c3d)) ### Features * refactor metrics to typescript, remove duplicated logic ([b0a2ab1](b0a2ab1))
1 parent 7e84c3d commit 25c3061

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.1.0](https://github.com/serverless-tencent/tencent-component-toolkit/compare/v2.0.11...v2.1.0) (2021-02-19)
2+
3+
4+
### Bug Fixes
5+
6+
* fix apigw types ([d0c4d48](https://github.com/serverless-tencent/tencent-component-toolkit/commit/d0c4d489f680be9f1c27bef8cba2b5caaa1454ab))
7+
* fix build error ([#193](https://github.com/serverless-tencent/tencent-component-toolkit/issues/193)) ([7e84c3d](https://github.com/serverless-tencent/tencent-component-toolkit/commit/7e84c3db50ff3435c63372174261b464f6188764))
8+
9+
10+
### Features
11+
12+
* refactor metrics to typescript, remove duplicated logic ([b0a2ab1](https://github.com/serverless-tencent/tencent-component-toolkit/commit/b0a2ab16e593364cc617e2859c38774f6a6f1e68))
13+
114
## [2.0.11](https://github.com/serverless-tencent/tencent-component-toolkit/compare/v2.0.10...v2.0.11) (2021-02-15)
215

316

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

0 commit comments

Comments
 (0)