Skip to content

Commit 3d9e9ec

Browse files
author
xiang.hu胡祥
committed
chore(release): 0.2.0
1 parent e3e3ebb commit 3d9e9ec

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## 0.2.0 (2020-02-19)
6+
7+
8+
### Features
9+
10+
* 代码使用typescript重构 ([f1258b1](https://github.com/namehu/vue-typescript-cli/commit/f1258b1e8e222b8f806c129607bd1fc66871f15e))
11+
* 新增git commit规范 ([401bb7d](https://github.com/namehu/vue-typescript-cli/commit/401bb7dd1c02dc23547d245535c565e8c5652ed6))
12+
* 新增构建文件index.js ([3e7c931](https://github.com/namehu/vue-typescript-cli/commit/3e7c9313dbd430d599bfa1d93abaef1746f09ca2))
13+
* **templates:** 更新templates模板文件。适配新代码 ([4e3a7d8](https://github.com/namehu/vue-typescript-cli/commit/4e3a7d8b546d8d66677f62e0ea84b53d19599a06))
14+
* 移除actions目录 ([e3e3ebb](https://github.com/namehu/vue-typescript-cli/commit/e3e3ebbaa7344eecb1b224e2991a02eb18fc64c1))
15+
* 移除旧文件 ([34f8458](https://github.com/namehu/vue-typescript-cli/commit/34f8458b0d99f1f293bb56141543deeffbbfc51c))
16+
117
## V0.1.0
218

319
<ol>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vt-cli",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "",
55
"main": "lib/index.js",
66
"bin": {
@@ -78,4 +78,4 @@
7878
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
7979
}
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)