Skip to content

Commit 1c2ac6b

Browse files
committed
chore(release): v4.5.3
1 parent c8d1bc4 commit 1c2ac6b

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.5.3 (2020-04-03)
2+
3+
### Bug Fixes
4+
5+
- 修复了中国节点部分情况下文件上传失败但仍然返回了成功的问题。
6+
- 补充了平台无关版本的预编译文件:`av[-live-query]-core[-min].js`
7+
18
## 4.5.2 (2020-03-27)
29

310
### Bug Fixes
@@ -31,7 +38,7 @@ SDK [计划](https://github.com/leancloud/javascript-sdk/wiki/Roadmap)在 5.0
3138

3239
### Features
3340

34-
- 增加 `/core``/core-live-query` 入口,通过这种方式引入的 SDK 不包含运行环境相关的逻辑,需要配置 Adapters 后才能运行。
41+
- 增加 `/core``/live-query-core` 入口,通过这种方式引入的 SDK 不包含运行环境相关的逻辑,需要配置 Adapters 后才能运行。
3542
- React Native 的适配现在通过独立的 Adapters 库(`@leancloud/platform-adapters-react-native`)支持,因此这个版本的 SDK 中去掉了内置的预编译的 React Native 版本。
3643

3744
<details>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "4.5.2",
3+
"version": "4.5.3",
44
"main": "./dist/cjs/entry/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 = '4.5.2';
1+
module.exports = '4.5.3';

0 commit comments

Comments
 (0)