Skip to content

Commit

Permalink
v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Mar 21, 2021
1 parent acaad4f commit ffaa260
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.3.1
2021-03-21

- 💄 图标支持复制粘贴上传 (#103)
- 🐞 修复已知问题


## 5.3.0
2021-02-21

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nav",
"version": "5.3.0",
"version": "5.3.1",
"author": "xiejiahe",
"bugs": {
"url": "https://github.com/xjh22222228/nav/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const LOGO_PATH = 'logo.png'

export const LOGO_CDN = getCDN('logo.png')

export const VERSION = '5.3.0'
export const VERSION = '5.3.1'

// keyboard event
const prefix = isMac() ? 'command' : 'ctrl'
Expand Down

1 comment on commit ffaa260

@vercel
Copy link

@vercel vercel bot commented on ffaa260 Mar 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.