Skip to content

Commit 6e65f57

Browse files
committed
chore(release): v2.1.2
1 parent 9246083 commit 6e65f57

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.1.1",
3+
"version": "2.1.2",
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.1.2 (2017-02-17)
2+
### Bug Fixes
3+
* 修复了文件上传时,如果 `fileName` 没有指定扩展名会导致上传文件 `mime-type` 不符合预期的问题
4+
* 修复了清空 ACL 部分对象的权限后没有正常删除对象的问题(by [AntSworD](https://github.com/AntSworD)
5+
16
## 2.1.1 (2017-02-07)
27
### Bug Fixes
38
* 修复了使用 masterKey 获取一个 object 后再次 save 可能会报 ACL 格式不正确的问题。

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

0 commit comments

Comments
 (0)