We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bf989 commit 7172e58Copy full SHA for 7172e58
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
<!-- markdownlint-disable MD036 MD024-->
2
# 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
9
## 主要变化(2.10.0)
10
* b74bb02 feat: ai 评论 (#462)
11
package.json
@@ -1,6 +1,6 @@
{
"name": "lottery-auto-script",
- "version": "2.10.0",
+ "version": "2.10.1",
"description": "自动参与B站动态抽奖",
"main": "main.js",
"scripts": {
script/build/changelog.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# version: <major.minor.patch>
-level=minor
+level=patch
npm version $level \
--no-commit-hooks \
0 commit comments