Skip to content

Commit bfe528a

Browse files
committed
chore(release): v2.3.1
1 parent 8a9fb08 commit bfe528a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-storage",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": [
66
"LeanCloud <support@leancloud.rocks>"

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.1 (2017-05-12)
2+
### Bug Fixes
3+
* 修复了获取图形验证码会导致栈溢出的问题。
4+
15
# 2.3.0 (2017-05-11)
26
### Features
37
* 增加了 `AV.Conversation` 类。现在可以直接使用 SDK 来创建、管理会话,发送消息。

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-storage",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"main": "./dist/node/index.js",
55
"description": "LeanCloud JavaScript SDK.",
66
"repository": {

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '2.3.0';
1+
module.exports = '2.3.1';

0 commit comments

Comments
 (0)