kn-cli 1.0.55 → 1.0.56

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/package.json +1 -1
  2. package/readme.md +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kn-cli",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -69,9 +69,12 @@ module.exports = {
69
69
  ```
70
70
 
71
71
  # 更新日志
72
+ * 1.0.56
73
+ OA模板更新
74
+
72
75
  * 1.0.54
73
76
  增加OA模板
74
-
77
+
75
78
  * 1.0.53
76
79
  给所有模板项目下增加版本里程碑TAG标记
77
80