Skip to content

Commit 9fe81d6

Browse files
committed
chore(release): version 2.0.5
## [2.0.5](v2.0.4...v2.0.5) (2021-01-28) ### Bug Fixes * fix cos error and add test for it ([#185](#185)) ([804aa38](804aa38)) * **apigw:** optimize get api detail ([8506dcc](8506dcc))
1 parent 8506dcc commit 9fe81d6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.0.5](https://github.com/serverless-tencent/tencent-component-toolkit/compare/v2.0.4...v2.0.5) (2021-01-28)
2+
3+
4+
### Bug Fixes
5+
6+
* fix cos error and add test for it ([#185](https://github.com/serverless-tencent/tencent-component-toolkit/issues/185)) ([804aa38](https://github.com/serverless-tencent/tencent-component-toolkit/commit/804aa389c3b14e003e7e20b9932101da3530b080))
7+
* **apigw:** optimize get api detail ([8506dcc](https://github.com/serverless-tencent/tencent-component-toolkit/commit/8506dcc58d05f06b17ac4f76c5fa02b866a3126f))
8+
19
## [2.0.4](https://github.com/serverless-tencent/tencent-component-toolkit/compare/v2.0.3...v2.0.4) (2021-01-27)
210

311

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

0 commit comments

Comments
 (0)