From ff6ba046d824edc7c435e13ba1c922d87384d2ae Mon Sep 17 00:00:00 2001 From: liweijie0812 <674416404@qq.com> Date: Fri, 18 Oct 2024 00:13:36 +0800 Subject: [PATCH] chore: release 0.3.0 (#36) * chore: release 0.3.0 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f29cdb8..4857a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 535d43b..d37d609 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tdesign-changelog-action", - "version": "0.2.0", + "version": "0.3.0", "private": true, "packageManager": "pnpm@9.12.1", "description": "自动生成 pr 日志",