From 5e4c4e0cf0e7d2ea7fb50b8a66e4da6e29546481 Mon Sep 17 00:00:00 2001 From: leablock <98833290+leablock@users.noreply.github.com> Date: Mon, 12 Dec 2022 14:54:20 -0300 Subject: [PATCH] [Automated] Extension release v0.5.1 (#271) chore: update files with the new version v0.5.1 and also add the new release notes Co-authored-by: release_process --- package.json | 2 +- public/manifest.json | 2 +- release-notes.json | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ab3d5c1fe..ae2391beb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extension", - "version": "0.5.0", + "version": "0.5.1", "private": true, "scripts": { "install": "make install/ci", diff --git a/public/manifest.json b/public/manifest.json index da03dc1cf..244ffa700 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -55,7 +55,7 @@ "https://*.polygonscan.com/*" ], "short_name": "BlockWallet", - "version": "0.5.0", + "version": "0.5.1", "web_accessible_resources": [ "snarks/tornado/tornadoProvingKey.bin", "snarks/tornado/tornado.json", diff --git a/release-notes.json b/release-notes.json index bb13807d9..f0f636818 100644 --- a/release-notes.json +++ b/release-notes.json @@ -386,6 +386,32 @@ } ], "version": "0.5.0" + }, + { + "sections": [ + { + "title": "v0.5.1", + "notes": [ + { + "type": "success", + "message": "Rootstock(RSK), Gnosis, and Optimism are now default networks." + }, + { + "type": "success", + "message": "Improved gas estimation on Polygon and other L2 networks." + }, + { + "type": "success", + "message": "Swaps are now available on the Aurora network." + }, + { + "type": "success", + "message": "Your experience will now be even smoother thanks to many minor improvements to the UI/UX and bugs fixed." + } + ] + } + ], + "version": "0.5.1" } ] } \ No newline at end of file