Skip to content

Commit 771fdbf

Browse files
chore(main): release 2.3.0 (#165)
* chore(main): release 2.3.0 * chore: lint auto fix --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d6b85b7 commit 771fdbf

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/maxchang3/BiliReveal/compare/v2.2.0...v2.3.0) (2026-07-05)
4+
5+
### Features
6+
7+
- 添加统一日志系统 ([#162](https://github.com/maxchang3/BiliReveal/issues/162)) ([3fb783c](https://github.com/maxchang3/BiliReveal/commit/3fb783c7f3d8e449ac808f9c8872681ed6051e27))
8+
9+
### Bug Fixes
10+
11+
- add more context to error and warning logs ([d6b85b7](https://github.com/maxchang3/BiliReveal/commit/d6b85b75ec081b2e9a32e70dc794e69c67eb21e6))
12+
- 修复动态主页新旧版判断逻辑 ([b575217](https://github.com/maxchang3/BiliReveal/commit/b575217eeab39823dfcf833d8e90669976f1170b))
13+
314
## [2.2.0](https://github.com/maxchang3/BiliReveal/compare/v2.1.0...v2.2.0) (2026-06-04)
415

516
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bilireveal",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)