Skip to content

Commit

Permalink
chore: release 0.3.0 (#36)
Browse files Browse the repository at this point in the history
* chore: release 0.3.0

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
liweijie0812 and github-actions[bot] authored Oct 17, 2024
1 parent 35b86af commit ff6ba04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@


## 🌈 0.3.0 `2024-10-17`
### 🚀 Features
- `Log`: 新增 `📝 Documentation` 日志分类 @liweijie0812 ([#31](https://github.com/TDesignOteam/tdesign-changelog-action/pull/31))
- `Log`: 新增 `📈 Performance` 日志分类 @liweijie0812 ([#31](https://github.com/TDesignOteam/tdesign-changelog-action/pull/31))
### 🐞 Bug Fixes
- `Log`: 修复多了`New Contributors` 列表提取的日志出现重复 @liweijie0812 ([#31](https://github.com/TDesignOteam/tdesign-changelog-action/pull/31))
- `CHANGELOG_REG`: 修复日志冒号前面有空格正则匹配不到 @liweijie0812 ([#37](https://github.com/TDesignOteam/tdesign-changelog-action/pull/37))
- `CHANGELOG_REG`: 修复日志分类内容`test_a``test-b`无法匹配 @liweijie0812 ([#38](https://github.com/TDesignOteam/tdesign-changelog-action/pull/38))

## 🌈 0.2.0 `2024-08-06`
### 🚀 Features
- `TS`: `js` 迁移 `ts` @liweijie0812 ([#26](https://github.com/TDesignOteam/tdesign-changelog-action/pull/26))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdesign-changelog-action",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"packageManager": "[email protected]",
"description": "自动生成 pr 日志",
Expand Down

0 comments on commit ff6ba04

Please sign in to comment.