@liuli-util/liuli-cli-plugin-generate 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1 +1,9 @@
1
- # CHANGELOG
1
+ # CHANGELOG
2
+
3
+ ## 0.1.1
4
+
5
+ <!--hash:40983b8dc09a06111d642c8c99b16d2ff8319195-->
6
+
7
+ - chore: 添加 publishConfig 配置,删除不需要的 _gitignore 文件
8
+ - docs: 完善 README 文档
9
+ - feat: 为 liuli-cli 实现插件系统
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liuli-util/liuli-cli-plugin-generate",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
@@ -29,7 +29,7 @@
29
29
  ]
30
30
  },
31
31
  "dependencies": {
32
- "@liuli-util/liuli-cli-plugin-sync": "^0.1.0",
32
+ "@liuli-util/liuli-cli-plugin-sync": "^0.1.1",
33
33
  "commander": "^7.0.0",
34
34
  "fs-extra": "^10.0.0",
35
35
  "inquirer": "^8.1.0"