Skip to content

Commit ab70983

Browse files
committed
chore(release): v4.5.1
1 parent 3863cfa commit ab70983

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 4.5.1 (2020-03-24)
2+
3+
### Bug Fixes
4+
5+
- 修复了不兼容 IE 11 等不支持 Promise 的运行环境的问题。
6+
- 修复了 TypeScript 找不到 `@leancloud/adapter-types` 模块的问题。
7+
8+
### Internal Changes
9+
10+
- `AV.Promise` 现在使用 `core-js` 的实现代替了 `es6-promise`
11+
112
# 4.5.0 (2020-03-18)
213

314
SDK [计划](https://github.com/leancloud/javascript-sdk/wiki/Roadmap)在 5.0 中支持同时访问多个应用。在此之前,尽管当前版本中重复初始化 SDK 存在导致预期之外且难以追查的问题的风险,改变当前访问的应用的能力在很多场景下依然是有价值的。因此在这个版本中 SDK 允许通过多次调用 `init` 方法进行重新初始化。

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

0 commit comments

Comments
 (0)