We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fe4e8 commit dacfe50Copy full SHA for dacfe50
2 files changed
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# [1.5.0](https://github.com/remaxjs/create-remax-app/releases/tag/v1.5.0) (2019-11-26)
2
+
3
+### Features
4
5
+* 添加命令行单测([#7](https://github.com/remaxjs/create-remax-app/pull/7))
6
+* 添加 repo 与 template 版本判断 ([#5](https://github.com/remaxjs/create-remax-app/pull/5) and [#8](https://github.com/remaxjs/create-remax-app/pull/8))
7
+* 重构了构建项目主流程([#4](https://github.com/remaxjs/create-remax-app/pull/4))
8
+* 项目 TS 化 ([#3](https://github.com/remaxjs/create-remax-app/pull/3))
package.json
@@ -1,6 +1,6 @@
{
"name": "create-remax-app",
- "version": "1.1.4",
+ "version": "1.5.0",
"description": "Create Remax apps with no build configuration.",
"bin": {
"create-remax-app": "./bin/create-remax-app"
0 commit comments