Skip to content

Commit

Permalink
v0.54.0 (#3706)
Browse files Browse the repository at this point in the history
## What's Changed
* Hide Subscape features by @jagodarybacka in
#3697
* Add Subscape realms by adddress not name by @jagodarybacka in
#3695
* Create script to export pledge signers by @jagodarybacka in
#3698
* Fix removing custom networks by @jagodarybacka in
#3699
* Disable listeners on realm contract by @jagodarybacka in
#3701
* v0.53.0 by @Shadowfiend in
#3690
* removed typo from removePreferencesForChain func of
intenralEthtereuemProviderClass by @EggsyOnCode in
#3691
* Check DevTools when executing tests on release testlist by
@michalinacienciala in #3704
* v0.53.1 by @jagodarybacka in
#3702

## New Contributors
* @EggsyOnCode made their first contribution in
#3691

**Full Changelog**:
v0.53.1...v0.54.0

Latest build:
[extension-builds-3706](https://github.com/tahowallet/extension/suites/19076409335/artifacts/1117045278)
(as of Fri, 15 Dec 2023 10:58:26 GMT).
  • Loading branch information
xpaczka authored Dec 22, 2023
2 parents 8bc0d63 + 847145f commit 6c97aef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ body:
label: Version
description: What version of the extension are you running?
options:
- v0.54.0
- v0.53.1
- v0.53.0
- v0.52.0
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Taho",
"version": "0.53.1",
"version": "0.54.0",
"description": "The community owned and operated Web3 wallet.",
"homepage_url": "https://taho.xyz",
"author": "https://taho.xyz",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tallyho/tally-extension",
"private": true,
"version": "0.53.1",
"version": "0.54.0",
"description": "Taho, the community owned and operated Web3 wallet.",
"main": "index.js",
"repository": "git@github.com:thesis/tally-extension.git",
Expand Down

0 comments on commit 6c97aef

Please sign in to comment.