Skip to content

Commit 955ad86

Browse files
committed
v5.2.0
1 parent 118c40c commit 955ad86

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.2.0
2+
- 💄 支持从Chrome书签导入。
3+
4+
15
## 5.1.1
26
- 🐞 已知问题修复。
37
- 💄 站内搜索支持通过 url 搜索。

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nav",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
44
"author": "xiejiahe",
55
"bugs": {
66
"url": "https://github.com/xjh22222228/nav/issues"

src/constants/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const TAG_PATH = 'data/tag.json'
1111

1212
export const LOGO_PATH = 'logo.png'
1313

14-
export const VERSION = '5.1.1'
14+
export const VERSION = '5.2.0'
1515

1616
// keyboard event
1717
const prefix = isMac() ? 'command' : 'ctrl'

0 commit comments

Comments
 (0)