docs: 更新CHANGELOG
Some checks failed
Build and push Docker images / docker (push) Has been cancelled
Mirror and run GitLab CI / build (push) Has been cancelled
Publishing to NPM / publish (push) Has been cancelled
Package Node.js project into an executable / node${{ matrix.nodev }}-${{ matrix.platform }}-x64 (18, linux) (push) Has been cancelled
Package Node.js project into an executable / node${{ matrix.nodev }}-${{ matrix.platform }}-x64 (18, macos) (push) Has been cancelled
Package Node.js project into an executable / node${{ matrix.nodev }}-${{ matrix.platform }}-x64 (18, win) (push) Has been cancelled
Package Node.js project into an executable / node18-${{ matrix.platform }}-arm64 (alpine) (push) Has been cancelled
Package Node.js project into an executable / node18-${{ matrix.platform }}-arm64 (linux) (push) Has been cancelled
Package Node.js project into an executable / node18-${{ matrix.platform }}-arm64 (linuxstatic) (push) Has been cancelled

This commit is contained in:
shanmite 2025-08-19 15:11:42 +08:00
parent 30bf989aa3
commit 7172e58d28
3 changed files with 8 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "lottery-auto-script",
"version": "2.10.0",
"version": "2.10.1",
"description": "自动参与B站动态抽奖",
"main": "main.js",
"scripts": {

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# version: <major.minor.patch>
level=minor
level=patch
npm version $level \
--no-commit-hooks \