Skip to content

Commit 3972f37

Browse files
committed
chore(release): v4.8.1
1 parent 2d21c2a commit 3972f37

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

changelog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# 4.8.0
1+
## 4.8.1(2020-12-03)
2+
3+
### Features
4+
5+
- 支持构造 `AV.SearchQuery` 时省略 `className` 以搜索所有 class 。
6+
7+
### Bug Fixes
8+
9+
- 修复 `AV.SearchQuery#highlights` 不能正确处理数组参数的问题。
10+
11+
# 4.8.0(2020-11-19)
212

313
### Features
414

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.8.0",
3+
"version": "4.8.1",
44
"main": "./dist/node/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.8.0';
1+
module.exports = '4.8.1';

0 commit comments

Comments
 (0)