Skip to content

Commit

Permalink
bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wk3368 committed Dec 23, 2021
1 parent 0c21edb commit 47cf74a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

## [3.2.0] - 2021-12-23
- New features:
- Support search and add custom token with customize logo

- Bug fixes:
- Delete unused token logo images
- Shrink published zip file size from 10M to 6M

## [3.1.1] - 2021-12-20
- Bug fixes:
- support max decimals up to 18
- Support max decimals up to 18

## [3.1.0] - 2021-11-26
- New features:
Expand Down
4 changes: 2 additions & 2 deletions app/manifest/_base.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": "https://westar.io",
"author": "westar.io",
"background": {
"scripts": [
"globalthis.js",
Expand Down Expand Up @@ -84,7 +84,7 @@
"notifications"
],
"short_name": "__MSG_appName__",
"version": "3.1.1",
"version": "3.2.0",
"web_accessible_resources": [
"inpage.js",
"phishing.html"
Expand Down

0 comments on commit 47cf74a

Please sign in to comment.