Skip to content

Commit 4695a6f

Browse files
committed
chore: Bump version 0.6.0
1 parent 102a7a0 commit 4695a6f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.6.0
2+
[feat] npx iconfont-init 增加 `--output` 选项,可传入配置输出路径,默认为 iconfont.json
3+
<br>
4+
[feat] npx iconfont-XXXXX 增加 `--config` 选项,可传入配置文件路径,默认为 iconfont.json
5+
16
# 0.5.5
27
[fix] 修复 node 8.4.0和之前版本无法初始化的问题
38

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mini-program-iconfont-cli",
3-
"version": "0.5.5",
3+
"version": "0.6.0",
44
"main": "index.js",
55
"keywords": [
66
"mini-program",

0 commit comments

Comments
 (0)