Skip to content

Commit 7b66203

Browse files
committed
chore(release): v3.0.4
1 parent 1773109 commit 7b66203

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": "3.0.3",
3+
"version": "3.0.4",
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,5 +1,9 @@
1-
## 3.0.3 (2017-07-28)
1+
## 3.0.4 (2017-08-01)
2+
3+
### Bug fixes
4+
- 修复了 leanengine 中没有正确禁用 currentUser 的问题。
25

6+
## 3.0.3 (2017-07-28)
37
### Bug fixes
48
- 修复了 `AV.File` 在浏览器中不支持通过 Blob 创建的问题。
59
- 修复了一些 TypeScript 定义文件的问题。

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

0 commit comments

Comments
 (0)