Skip to content

Commit 66cabe8

Browse files
committed
chore(release): v2.4.0
1 parent 924dfc0 commit 66cabe8

File tree

4 files changed

+10
-3
lines changed

4 files changed

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

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.4.0 (2017-05-11)
2+
### Bug Fixes
3+
* **可能导致不兼容** 修复了 `Query#get` 方法在目标对象不存在的情况下会返回一个没有数据的 `AV.Object` 实例的问题,现在该方法会正确地抛出 `Object not found` 异常。这个问题是在 2.0.0 版本中引入的。
4+
5+
### Features
6+
* 增加了 `Conversation#broadcast` 方法用于广播系统消息
7+
18
## 2.3.2 (2017-05-12)
29
### Bug Fixes
310
* 修复了获取图形验证码会导致栈溢出的问题。

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.2",
3+
"version": "2.4.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.3.2';
1+
module.exports = '2.4.0';

0 commit comments

Comments
 (0)