Skip to content

Commit 7b7fb84

Browse files
committed
chore(release): v2.3.0
1 parent 76297f8 commit 7b7fb84

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-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.2.1",
3+
"version": "2.3.0",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": [
66
"LeanCloud <[email protected]>"

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.3.0 (2017-05-11)
2+
### Features
3+
* 增加了 `AV.Conversation` 类。现在可以直接使用 SDK 来创建、管理会话,发送消息。
4+
* 改进了验证码 API。增加了 `AV.Captcha`,可以通过 `AV.Captcha.request` 方法获取一个 Captcha 实例。特别的,在浏览器中,可以直接使用 `Captcha#bind` 方法将 Captcha 与 DOM 元素进行绑定。
5+
16
## 2.2.1 (2017-04-26)
27
### Bug Fixes
38
* 修复了 `User.requestLoginSmsCode``User.requestMobilePhoneVerify``User.requestPasswordResetBySmsCode` 方法 `authOptions.validateToken` 参数的拼写错误。

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.2.1",
3+
"version": "2.3.0",
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.2.1';
1+
module.exports = '2.3.0';

0 commit comments

Comments
 (0)