Skip to content

Commit 75e8645

Browse files
chore(release): version 1.15.0
# [1.15.0](v1.14.7...v1.15.0) (2020-08-18) ### Bug Fixes * **layer:** remove unuse code ([8a501ac](8a501ac)) * **cdn:** update domain api error ([d69c244](d69c244)) * **postgresql:** wait for deleting success logical ([79a483d](79a483d)) ### Features * **cfs:** add cfs module ([40ee1fa](40ee1fa)) * **scf:** support cfs config ([65affaf](65affaf))
1 parent 40ee1fa commit 75e8645

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+
# [1.15.0](https://github.com/serverless-tencent/tencent-component-toolkit/compare/v1.14.7...v1.15.0) (2020-08-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **layer:** remove unuse code ([8a501ac](https://github.com/serverless-tencent/tencent-component-toolkit/commit/8a501ac5a5566e8ce3374773cef1d5c30f0cabfc))
7+
* **cdn:** update domain api error ([d69c244](https://github.com/serverless-tencent/tencent-component-toolkit/commit/d69c244edcd9c3f4101df470c30457c17609147f))
8+
* **postgresql:** wait for deleting success logical ([79a483d](https://github.com/serverless-tencent/tencent-component-toolkit/commit/79a483d64d39d09b95487020f6f5da0ab040b5f0))
9+
10+
11+
### Features
12+
13+
* **cfs:** add cfs module ([40ee1fa](https://github.com/serverless-tencent/tencent-component-toolkit/commit/40ee1fa0334590cfc0129dca10c41e7e02deca8a))
14+
* **scf:** support cfs config ([65affaf](https://github.com/serverless-tencent/tencent-component-toolkit/commit/65affafabf9afd8c46a54cc5b03817b9caf74ce6))
15+
116
## [1.14.7](https://github.com/serverless-tencent/tencent-component-toolkit/compare/v1.14.6...v1.14.7) (2020-08-17)
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": "1.14.7",
3+
"version": "1.15.0",
44
"description": "Tencent component toolkit",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)