We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e2cc7 commit 2d1514fCopy full SHA for 2d1514f
CHANGELOG.md
@@ -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
+
5
# 0.2.120
6
* fixed: plugin 命令在 windows 上无法安装的问题
7
package.json
@@ -2,7 +2,7 @@
"author": "hao.lin <[email protected]>",
"name": "fekit",
"description": "FE Toolkit",
- "version": "0.2.120",
+ "version": "0.2.121",
"bin": "./bin/fekit",
"repository": {
8
"type": "git",
@@ -59,4 +59,4 @@
59
"prepublish": "cake build",
60
"postinstall": "node scripts/postinstall.js"
61
}
62
-}
+}
0 commit comments