Skip to content

Commit aa2094f

Browse files
committed
Bump 0.6.4
1 parent da8cb53 commit aa2094f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ wechat [![NPM version](https://badge.fury.io/js/wechat.png)](http://badge.fury.i
1313
- 媒体文件(上传、获取)
1414
- 等待回复(用于调查问卷、问答等场景)
1515
- 会话支持(创新功能)
16+
- OAuth API(授权、获取基本信息)
1617

1718
详细参见[API文档](http://node-webot.github.io/wechat/api.html)
1819

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wechat",
3-
"version": "0.6.3",
4-
"description": "微信公共平台自动回复接口服务",
3+
"version": "0.6.4",
4+
"description": "微信公共平台Node库",
55
"main": "index.js",
66
"scripts": {
77
"test": "make test-all",

0 commit comments

Comments
 (0)