Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit d11c363

Browse files
authored
chore(main): release 2.5.0 (#109)
🤖 I have created a release *beep* *boop* --- ## [2.5.0](v2.4.2...v2.5.0) (2024-01-05) ### Features * 🎸 增加log4js作为日志文件输出 ([17a84f8](17a84f8)) * 🎸 增加健康检测接口/healthz替换/loginCheck, close:[#99](#99) ([55fb2ee](55fb2ee)) * 🎸 增加推消息的群发模式 ([d1e23fd](d1e23fd)) * 🎸 推消息api支持单请求发多条消息 ([20b5983](20b5983)) ### Refactor * 💡 http 服务使用hono替换express ([0444b22](0444b22)) ### Performance Improvements * ⚡️ 增加log日志输出稳定性 ([161c235](161c235)) * ⚡️ 推消息api增加未登录校验 ([6ef54e3](6ef54e3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
2 parents d581ed3 + 686e8ef commit d11c363

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@
77

88

99

10+
## [2.5.0](https://github.com/danni-cool/wechatbot-webhook/compare/v2.4.2...v2.5.0) (2024-01-05)
11+
12+
13+
### Features
14+
15+
* 🎸 增加log4js作为日志文件输出 ([17a84f8](https://github.com/danni-cool/wechatbot-webhook/commit/17a84f8aeab132979fc931e878b9a9381b8aff18))
16+
* 🎸 增加健康检测接口/healthz替换/loginCheck, close:[#99](https://github.com/danni-cool/wechatbot-webhook/issues/99) ([55fb2ee](https://github.com/danni-cool/wechatbot-webhook/commit/55fb2ee2a3bbc343b29e5a2384f74ed84a24d000))
17+
* 🎸 增加推消息的群发模式 ([d1e23fd](https://github.com/danni-cool/wechatbot-webhook/commit/d1e23fdae5769aeec28102655e672a601a3463fb))
18+
* 🎸 推消息api支持单请求发多条消息 ([20b5983](https://github.com/danni-cool/wechatbot-webhook/commit/20b598373df74499a6ccfd336b5d8d5c867e0b64))
19+
20+
21+
### Refactor
22+
23+
* 💡 http 服务使用hono替换express ([0444b22](https://github.com/danni-cool/wechatbot-webhook/commit/0444b22df0b362b7251f186a8252a76dc92d1d28))
24+
25+
26+
### Performance Improvements
27+
28+
* ⚡️ 增加log日志输出稳定性 ([161c235](https://github.com/danni-cool/wechatbot-webhook/commit/161c235f79c4f7b01f22ce8df7efd3a1767fe418))
29+
* ⚡️ 推消息api增加未登录校验 ([6ef54e3](https://github.com/danni-cool/wechatbot-webhook/commit/6ef54e3915d22686df8971eb1a80a897df40504f))
30+
1031
## [2.4.1](https://github.com/danni-cool/docker-wechatbot-webhook/compare/v2.4.0...v2.4.1) (2023-12-24)
1132

1233

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wechatbot-webhook",
3-
"version": "2.4.2",
3+
"version": "2.5.0",
44
"description": "给微信里加个 webhook 机器人,支持docker部署",
55
"keywords": [
66
"wechat",

0 commit comments

Comments
 (0)