docs: 更新CHANGELOG

This commit is contained in:
shanmite 2021-12-10 15:21:26 +08:00
parent 0ba6acec31
commit 77d198bec5
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
<!-- markdownlint-disable MD036 MD024-->
# CHANGELOG
## 主要变化(2.4.1)
* 0ba6ace feat: check_if_duplicated可同时使用多种方式
* dd99426 fix: 只转已关注功能失效
_如果之前版本小于上一版本,请查看[CHANGELOG](CHANGELOG.md)变更说明_
## 主要变化(2.4.0)
* 01562b6 ci: verison升级时小版本号归0
* 90ac347 docs: 更新README

View File

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