Skip to content

Commit

Permalink
chore(release): v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyeh committed Jan 7, 2020
1 parent 0c65208 commit e6f2824
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 4.2.0 (2020-01-07)

### Features

支持 QQ 小程序。

- 微信小程序 SDK 现已兼容 QQ 小程序,并新增了以下登录相关的方法:
- `AV.User.loginWithQQApp`
- `AV.User.loginWithQQAppWithUnionId`
- `AV.User#loginWithQQApp`
- `AV.User#loginWithQQAppWithUnionId`
- `AV.User#associateWithQQApp`
- `AV.User#associateWithQQAppWithUnionId`

### Bug fixes

- 修复了多处 TypeScript 定义文件的错误,SDK 要求的 TypeScript 最低版本现在为 3.0。

# 4.1.0 (2019-12-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leancloud-storage",
"version": "4.1.0",
"version": "4.2.0",
"main": "./dist/node/index.js",
"description": "LeanCloud JavaScript SDK.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '4.1.0';
module.exports = '4.2.0';

0 comments on commit e6f2824

Please sign in to comment.