We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0867e commit 63a66f4Copy full SHA for 63a66f4
2 files changed
CHANGELOG.md
@@ -1,3 +1,19 @@
1
+## 0.4.0 `2023-05-30`
2
+### Features
3
+
4
+- 新增小程序`零售电商`模版下载
5
+- 新增移动端vue3`即时通讯`模版下载
6
7
+## 0.3.3 `2023-02-22`
8
+### Bug Fixes
9
10
+- 修复下载 Vue3 版本指定页面选项功能失效的问题
11
12
+## 0.3.2 `2022-09-26`
13
14
15
+- Lite 模板新增 webpack 版本 @sscode02 in #34
16
17
## 0.3.1 `2022-08-23`
18
19
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "tdesign-starter-cli",
- "version": "0.3.3",
+ "version": "0.4.0",
"description": "CLI tool for TDesign Starter project",
"main": "./src/main.ts",
"lib": "./bin/index.js",
0 commit comments