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

Commit

Permalink
chore(main): release 2.5.0 (#109)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
danni-cool authored Jan 5, 2024
2 parents d581ed3 + 686e8ef commit d11c363
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@



## [2.5.0](https://github.com/danni-cool/wechatbot-webhook/compare/v2.4.2...v2.5.0) (2024-01-05)


### Features

* 🎸 增加log4js作为日志文件输出 ([17a84f8](https://github.com/danni-cool/wechatbot-webhook/commit/17a84f8aeab132979fc931e878b9a9381b8aff18))
* 🎸 增加健康检测接口/healthz替换/loginCheck, close:[#99](https://github.com/danni-cool/wechatbot-webhook/issues/99) ([55fb2ee](https://github.com/danni-cool/wechatbot-webhook/commit/55fb2ee2a3bbc343b29e5a2384f74ed84a24d000))
* 🎸 增加推消息的群发模式 ([d1e23fd](https://github.com/danni-cool/wechatbot-webhook/commit/d1e23fdae5769aeec28102655e672a601a3463fb))
* 🎸 推消息api支持单请求发多条消息 ([20b5983](https://github.com/danni-cool/wechatbot-webhook/commit/20b598373df74499a6ccfd336b5d8d5c867e0b64))


### Refactor

* 💡 http 服务使用hono替换express ([0444b22](https://github.com/danni-cool/wechatbot-webhook/commit/0444b22df0b362b7251f186a8252a76dc92d1d28))


### Performance Improvements

* ⚡️ 增加log日志输出稳定性 ([161c235](https://github.com/danni-cool/wechatbot-webhook/commit/161c235f79c4f7b01f22ce8df7efd3a1767fe418))
* ⚡️ 推消息api增加未登录校验 ([6ef54e3](https://github.com/danni-cool/wechatbot-webhook/commit/6ef54e3915d22686df8971eb1a80a897df40504f))

## [2.4.1](https://github.com/danni-cool/docker-wechatbot-webhook/compare/v2.4.0...v2.4.1) (2023-12-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechatbot-webhook",
"version": "2.4.2",
"version": "2.5.0",
"description": "给微信里加个 webhook 机器人,支持docker部署",
"keywords": [
"wechat",
Expand Down

0 comments on commit d11c363

Please sign in to comment.