Skip to content

Commit dacfe50

Browse files
committed
v1.5.0
1 parent 88fe4e8 commit dacfe50

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-remax-app",
3-
"version": "1.1.4",
3+
"version": "1.5.0",
44
"description": "Create Remax apps with no build configuration.",
55
"bin": {
66
"create-remax-app": "./bin/create-remax-app"

0 commit comments

Comments
 (0)