Skip to content

Commit c0b7c98

Browse files
committed
chore(release): v2.1.1
1 parent b95a301 commit c0b7c98

File tree

4 files changed

+8
-4
lines changed

4 files changed

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

changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## 2.0.1 (2017-01-20)
1+
## 2.1.1 (2017-02-07)
2+
### Bug Fixes
3+
* 修复了使用 masterKey 获取一个 object 后再次 save 可能会报 ACL 格式不正确的问题。
4+
5+
## 2.1.0 (2017-01-20)
26
### Bug Fixes
37
* 修复了 `File#toJSON` 序列化结果中缺失 objectId 等字段的问题
48
* 修复了使用 `Query#containsAll``Query#containedIn``Query#notContainedIn` 方法传入大数组时查询结果可能为空的问题

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

0 commit comments

Comments
 (0)