From da4948fe125389904c34fdb56d21418b3c9fecd1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Jan 2022 08:20:37 +0000 Subject: [PATCH] chore(release): 4.18.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [4.18.0](https://github.com/blacktunes/xianyu-robot/compare/v4.17.0...v4.18.0) (2022-01-16) ### ✨ 新功能 * 优化代码 ([13b4bde](https://github.com/blacktunes/xianyu-robot/commit/13b4bde)) * 提取ban方法文本设置 ([577c0af](https://github.com/blacktunes/xianyu-robot/commit/577c0af)) * 未完成消息添加API信息 ([6dc958d](https://github.com/blacktunes/xianyu-robot/commit/6dc958d)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73fc9ae..784a284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Xianyu-robot(咸鱼王) +# [4.18.0](https://github.com/blacktunes/xianyu-robot/compare/v4.17.0...v4.18.0) (2022-01-16) + + +### ✨ 新功能 + +* 优化代码 ([13b4bde](https://github.com/blacktunes/xianyu-robot/commit/13b4bde)) +* 提取ban方法文本设置 ([577c0af](https://github.com/blacktunes/xianyu-robot/commit/577c0af)) +* 未完成消息添加API信息 ([6dc958d](https://github.com/blacktunes/xianyu-robot/commit/6dc958d)) + # [4.17.0](https://github.com/blacktunes/xianyu-robot/compare/v4.16.0...v4.17.0) (2021-12-08) diff --git a/package.json b/package.json index 35d472b..cdd48d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xianyu-robot", - "version": "4.17.0", + "version": "4.18.0", "description": "使用HTTP API的node机器人框架", "main": "lib/index.js", "scripts": {