Skip to content

Commit c19fe00

Browse files
committed
0.0.35
1 parent 4748a0e commit c19fe00

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="0.0.35"></a>
2+
## [0.0.35](https://github.com/unity-template/utils/compare/v0.0.34...v0.0.35) (2021-03-24)
3+
4+
5+
### Features
6+
7+
* 🎸 创建插件目录([#19](https://github.com/unity-template/utils/issues/19)) ([e8983bf](https://github.com/unity-template/utils/commit/e8983bf))
8+
* 🎸 生成uuid的函数 ([ce55992](https://github.com/unity-template/utils/commit/ce55992)), closes [#18](https://github.com/unity-template/utils/issues/18)
9+
* 🎸 添加页面路径处理 ([383c245](https://github.com/unity-template/utils/commit/383c245))
10+
* 🎸 添加alias插件 ([66b5fa9](https://github.com/unity-template/utils/commit/66b5fa9))
11+
* 🎸 针对Model.html页面进行分类 ([68edeb4](https://github.com/unity-template/utils/commit/68edeb4)), closes [#22](https://github.com/unity-template/utils/issues/22) [#22](https://github.com/unity-template/utils/issues/22)
12+
* 升级typedoc版本 ([82bbe9b](https://github.com/unity-template/utils/commit/82bbe9b))
13+
* 实现函数版本(feat: [#15](https://github.com/unity-template/utils/issues/15)) ([ab07225](https://github.com/unity-template/utils/commit/ab07225))
14+
* 使用自定义样式 ([7c166a9](https://github.com/unity-template/utils/commit/7c166a9))
15+
* 远程versionmap获取失败处理 ([e3c7055](https://github.com/unity-template/utils/commit/e3c7055))
16+
* 针对title进行alias处理 ([fe57251](https://github.com/unity-template/utils/commit/fe57251))
17+
* 支持version(feat: [#15](https://github.com/unity-template/utils/issues/15)) ([2664281](https://github.com/unity-template/utils/commit/2664281))
18+
* Group只针对ReflectionKind.Module处理 ([aaf7eae](https://github.com/unity-template/utils/commit/aaf7eae))
19+
* scripts命令修改 ([bc9edf4](https://github.com/unity-template/utils/commit/bc9edf4))
20+
* theme更新 ([0c22a5b](https://github.com/unity-template/utils/commit/0c22a5b))
21+
* version.map处理 ([5357dba](https://github.com/unity-template/utils/commit/5357dba))
22+
23+
24+
125
<a name="0.0.34"></a>
226
## [0.0.34](https://github.com/unity-template/utils/compare/v0.0.34-0...v0.0.34) (2021-03-15)
327

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "onex-utils",
3-
"version": "0.0.34",
3+
"version": "0.0.35",
44
"description": "业务工具库,提供通用的能力",
55
"main": "build/index.js",
66
"types": "./build",

0 commit comments

Comments
 (0)