Skip to content

Commit b84344f

Browse files
committed
docs: 📝 0.0.6文档
生成ChangeLog
1 parent 5a6e94e commit b84344f

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.versionrc.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ module.exports = {
88
types: [
99
{ type: 'feat', section: '新特性' },
1010
{ type: 'fix', section: 'Bug修复' },
11-
{ type: 'docs', section: '文档', hidden: true },
12-
{ type: 'chore', section: '配置项', hidden: true },
11+
{ type: 'docs', section: '文档', hidden: true },
12+
{ type: 'chore', section: '配置项' },
1313
{ type: 'style', section: '样式', hidden: true },
1414
{ type: 'refactor', section: '重构', hidden: true },
1515
{ type: 'perf', section: '性能', hidden: true },

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### 0.0.6 (2021-08-27)
6+
7+
### 配置项
8+
9+
- 🤖 图片路径 alias ([5a6e94e](https://github.com/EasySimple/unity-ui/commit/5a6e94e7f9815057b58ef17b3961d89f69e8488f))
10+
511
### 0.0.5 (2021-08-27)
612

713
### Bug 修复
814

915
- 🐛 背景图片地址问题 ([04f8770](https://github.com/EasySimple/unity-ui/commit/04f8770cdef2dd7d6d1f78b089dc6bdcc54aa752))
1016

17+
### 配置项
18+
19+
- 🤖 修改发布配置 ([4ce7d3b](https://github.com/EasySimple/unity-ui/commit/4ce7d3bacf63d5c55607509df6b8532f41f7edb7))
20+
- 🤖 修改 changeLog 文档配置 ([b6b2265](https://github.com/EasySimple/unity-ui/commit/b6b226548e5f5e95df021ebdd75c5b2af00a42b4))
21+
1122
### 0.0.4 (2021-08-27)
1223

1324
### 新特性

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unity-ui",
33
"author": "liutao",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"homepage": "https://easysimple.github.io/unity-ui/",
66
"bugs": "https://github.com/EasySimple/unity-ui/issues",
77
"repository": {

0 commit comments

Comments
 (0)