Skip to content

Commit 2d1514f

Browse files
committed
'bump version v0.2.121'
1 parent 37e2cc7 commit 2d1514f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.121
2+
* fixed: test 命令错误
3+
* added: java 实现 velocity 中间件,http://gitlab.corp.qunar.com/fed/velocity-for-fekit/
4+
15
# 0.2.120
26
* fixed: plugin 命令在 windows 上无法安装的问题
37

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "hao.lin <[email protected]>",
33
"name": "fekit",
44
"description": "FE Toolkit",
5-
"version": "0.2.120",
5+
"version": "0.2.121",
66
"bin": "./bin/fekit",
77
"repository": {
88
"type": "git",
@@ -59,4 +59,4 @@
5959
"prepublish": "cake build",
6060
"postinstall": "node scripts/postinstall.js"
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)