Skip to content

Commit 7172e58

Browse files
committed
docs: 更新CHANGELOG
1 parent 30bf989 commit 7172e58

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<!-- markdownlint-disable MD036 MD024-->
22
# CHANGELOG
3+
## 主要变化(2.10.1)
4+
* 30bf989 feat: ai评论支持所有兼容OpenAI API的平台 (#463)
5+
* 15c1d22 fix: 官方非官方抽奖类型判断 (#461)
6+
7+
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
8+
39
## 主要变化(2.10.0)
410
* b74bb02 feat: ai 评论 (#462)
511

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lottery-auto-script",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"description": "自动参与B站动态抽奖",
55
"main": "main.js",
66
"scripts": {

script/build/changelog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# version: <major.minor.patch>
4-
level=minor
4+
level=patch
55

66
npm version $level \
77
--no-commit-hooks \

0 commit comments

Comments
 (0)