@ontology-platform/yc-cli 1.0.5 → 1.1.0

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 +5 -17
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,25 +1,13 @@
1
1
  # @ontology-platform/yc-cli
2
2
 
3
- ## 1.0.5
3
+ ## 1.1.0
4
4
 
5
- ### Patch Changes
6
-
7
- - feat: 脚手架下载模板项目改为从master分支下载
8
-
9
- ## 1.0.4
10
-
11
- ### Patch Changes
12
-
13
- - 下载模板不使用缓存
14
-
15
- ## 1.0.3
16
-
17
- ### Patch Changes
5
+ ### Minor Changes
18
6
 
19
- - feat: 初始化项目添加模块选择
7
+ - feat: 更新版本号
20
8
 
21
- ## 1.0.2
9
+ ## 1.0.1
22
10
 
23
11
  ### Patch Changes
24
12
 
25
- - feat: 更新脚手架字符串模板
13
+ - feat: 项目初始化
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ontology-platform/yc-cli",
3
- "version": "1.0.5",
3
+ "version": "1.1.0",
4
4
  "description": "前端项目脚手架",
5
5
  "author": "志刚",
6
6
  "license": "MIT",