From f87340882ed7a92d8c7fdd37a1735d49d48ec6b5 Mon Sep 17 00:00:00 2001 From: slsplus Date: Tue, 10 Nov 2020 11:51:06 +0000 Subject: [PATCH] chore(release): version 0.1.0 # [0.1.0](https://github.com/serverless-plus/tencent-framework/compare/v0.0.1...v0.1.0) (2020-11-10) ### Bug Fixes * add old config compatibility ([7e21a14](https://github.com/serverless-plus/tencent-framework/commit/7e21a1438692f9d51acb6838015b658ae46b3da6)) * support nestjs ([#2](https://github.com/serverless-plus/tencent-framework/issues/2)) ([3f8bb04](https://github.com/serverless-plus/tencent-framework/commit/3f8bb0457da5b3746e6d1194adbd9322e1b40370)) ### Features * init project ([5c5c3fb](https://github.com/serverless-plus/tencent-framework/commit/5c5c3fb1c23ba3897a37db446c4cb25fce6ce00e)) * support koa,egg,next,nuxt,thinkphp frameworks ([#1](https://github.com/serverless-plus/tencent-framework/issues/1)) ([a8c568a](https://github.com/serverless-plus/tencent-framework/commit/a8c568a96016179ef51f2521b1e404f3cde7658d)) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bd92514 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# [0.1.0](https://github.com/serverless-plus/tencent-framework/compare/v0.0.1...v0.1.0) (2020-11-10) + + +### Bug Fixes + +* add old config compatibility ([7e21a14](https://github.com/serverless-plus/tencent-framework/commit/7e21a1438692f9d51acb6838015b658ae46b3da6)) +* support nestjs ([#2](https://github.com/serverless-plus/tencent-framework/issues/2)) ([3f8bb04](https://github.com/serverless-plus/tencent-framework/commit/3f8bb0457da5b3746e6d1194adbd9322e1b40370)) + + +### Features + +* init project ([5c5c3fb](https://github.com/serverless-plus/tencent-framework/commit/5c5c3fb1c23ba3897a37db446c4cb25fce6ce00e)) +* support koa,egg,next,nuxt,thinkphp frameworks ([#1](https://github.com/serverless-plus/tencent-framework/issues/1)) ([a8c568a](https://github.com/serverless-plus/tencent-framework/commit/a8c568a96016179ef51f2521b1e404f3cde7658d))