Skip to content

Commit

Permalink
chore(release): v3.7.0
Browse files Browse the repository at this point in the history
- Feat: 增加视频号模块
- Feat: 服务端消息处理,增加JSON格式支持
- Fix: typo
  • Loading branch information
hpyer committed May 16, 2024
1 parent d433167 commit 2dc88bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# CHANGELOG


## v3.7.0 (2024-05-16)

- Feat: 增加视频号模块
- Feat: 服务端消息处理,增加JSON格式支持

- Fix: typo

## v3.6.3 (2024-05-08)

- Fix: 修复微信支付(v3)时签名错误的问题 (#76)
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": "node-easywechat",
"version": "3.6.3",
"version": "3.7.0",
"description": "EasyWechat SDK for Node.js (NOT OFFICIAL)",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 2dc88bc

Please sign in to comment.