From d315ec716093fccd3c0593c5737185cf4ccd53f8 Mon Sep 17 00:00:00 2001 From: wk3368 Date: Tue, 8 Mar 2022 00:49:41 +0800 Subject: [PATCH] bump version to 3.8.1 --- CHANGELOG.md | 8 ++++++++ app/manifest/_base.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da3b0a2d..f2056dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.8.1] - 2022-03-08 + +- Bug fixes: + + - [#50 can not re-add a token if it is hidden](https://github.com/starcoinorg/starmask-extension/issues/50) + - upgrade check pending interval to 10 seconds + - copy transaction detail for both FAILED and DROPPED + ## [3.8.0] - 2022-03-05 - New features: diff --git a/app/manifest/_base.json b/app/manifest/_base.json index 97c39eb1..d6668259 100644 --- a/app/manifest/_base.json +++ b/app/manifest/_base.json @@ -84,7 +84,7 @@ "notifications" ], "short_name": "__MSG_appName__", - "version": "3.8.0", + "version": "3.8.1", "web_accessible_resources": [ "inpage.js", "phishing.html"