Skip to content

Commit a5fbee7

Browse files
committed
chore(release): v3.2.0
1 parent 844ee70 commit a5fbee7

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": "3.1.1",
3+
"version": "3.2.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+
# 3.2.0 (2017-09-11)
2+
3+
### Features
4+
- `AV.Object` 增加了 `#bitAnd``#bitOr``#bitXor` 方法,支持对 `Number` 类型的字段进行位操作。
5+
- `AV.File` 增加了 `#setUploadHeader` 方法,支持为上传请求自定义 headers。
6+
7+
18
## 3.1.1 (2017-08-23)
29

310
### Bug fixes

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

0 commit comments

Comments
 (0)