docs: 更新CHANGELOG

This commit is contained in:
shanmite 2022-03-01 21:17:53 +08:00
parent 45ac58e312
commit 39d69e0448
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
<!-- markdownlint-disable MD036 MD024-->
# CHANGELOG
## 主要变化(2.5.1)
* 45ac58e fix: 评论与转发相同时去掉动态原文(#128)
_如果之前版本小于上一版本,请查看[CHANGELOG](CHANGELOG.md)变更说明_
## 主要变化(2.5.0)
* 41b9540 fix: 未知错误退出

View File

@ -1,6 +1,6 @@
{
"name": "lottery-auto-script",
"version": "2.5.0",
"version": "2.5.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 \