diff --git a/CHANGELOG.md b/CHANGELOG.md index cb602f3..165c164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.5.1](https://github.com/danni-cool/wechatbot-webhook/compare/v2.5.0...v2.5.1) (2024-01-11) + + +### Bug Fixes + +* 🐛 修复收消息api解析文件名和类型问题。close:[#118](https://github.com/danni-cool/wechatbot-webhook/issues/118) ([cd1288e](https://github.com/danni-cool/wechatbot-webhook/commit/cd1288ea2935312675d06cafc1784848276a2b95)) + + + ## [2.5.0](https://github.com/danni-cool/wechatbot-webhook/compare/v2.4.2...v2.5.0) (2024-01-05) @@ -20,7 +29,6 @@ * ⚡️ 推消息api增加未登录校验 ([6ef54e3](https://github.com/danni-cool/wechatbot-webhook/commit/6ef54e3915d22686df8971eb1a80a897df40504f)) - ## [2.4.2](https://github.com/danni-cool/wechatbot-webhook/compare/v2.4.1...v2.4.2) (2023-12-29) diff --git a/package.json b/package.json index 4336773..d641832 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechatbot-webhook", - "version": "2.5.0", + "version": "2.5.1", "description": "给微信里加个 webhook 机器人,支持docker部署", "keywords": [ "wechat",