From 308f4e685dfbae84708add5b70d7a184172663c7 Mon Sep 17 00:00:00 2001 From: leablock <98833290+leablock@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:04:01 -0300 Subject: [PATCH] [Automated] Extension release v0.5.5 (#334) chore: update files with the new version v0.5.5 and also add the new release notes Co-authored-by: release_process --- package.json | 4 ++-- public/manifest.json | 4 ++-- release-notes.json | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 24145be54..914526819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extension", - "version": "0.5.4", + "version": "0.5.5", "private": true, "scripts": { "install": "make install/ci", @@ -9,4 +9,4 @@ "build-prod": "make build/prod", "test": "make test" } -} +} \ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json index 421be01bc..b21e7ffe2 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -55,8 +55,8 @@ "https://*.polygonscan.com/*" ], "short_name": "BlockWallet", - "version": "0.5.4", + "version": "0.5.5", "web_accessible_resources": [ "blankProvider.js" ] -} +} \ No newline at end of file diff --git a/release-notes.json b/release-notes.json index fc19a9514..2e712f9e2 100644 --- a/release-notes.json +++ b/release-notes.json @@ -466,6 +466,41 @@ } ], "version": "0.5.4" + }, + { + "sections": [ + { + "title": "Features", + "notes": [ + { + "type": "success", + "message": "Default Gas setting. Set your preferred gas fee priority level for all future transactions." + }, + { + "type": "success", + "message": "Improved spam filtering for automatic token additions." + }, + { + "type": "success", + "message": "Increased the frequency of updates for asset balances." + } + ] + }, + { + "title": "Fixes", + "notes": [ + { + "type": "warn", + "message": "Fixed password validation issues on the onboarding flow." + }, + { + "type": "warn", + "message": "Fixed transaction filtering issue on the Asset page." + } + ] + } + ], + "version": "0.5.5" } ] } \ No newline at end of file