Skip to content

Commit 1e2ecce

Browse files
author
kkosiorowska
authored
v0.41.0 (#3531)
## Highlights - An updated Taho token list! This will start auto-updating Soon™. ## What's Changed * Update Taho token list reference by @kkosiorowska in #3506 * Don't run e2e tests when workflow is triggered by push of tag by @michalinacienciala in #3514 * Fix throwing NFT filters panel by @jagodarybacka in #3513 * Use gas price from 0x quote to setup swap transaction by @jagodarybacka in #3516 * v0.40.0 by @hyphenized in #3507 * Add cron job to sync pledge signers by @hyphenized in #3505 * Fix invalid workflow file by @hyphenized in #3519 * Remove workflow trigger used for testing by @hyphenized in #3520 * Fix migration for cleaning account balances by @jagodarybacka in #3527 * v0.40.1 with op swaps gas price hotfix by @Shadowfiend in #3518 * v0.40.2 - accounts migration fix by @jagodarybacka in #3529 **Full Changelog**: v0.40.2...v0.41.0 Latest build: [extension-builds-3531](https://github.com/tahowallet/extension/suites/14093546910/artifacts/788185513) (as of Thu, 06 Jul 2023 02:05:27 GMT).
2 parents a39b9b4 + b87d70c commit 1e2ecce

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/BUG.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ body:
5151
label: Version
5252
description: What version of the extension are you running?
5353
options:
54+
- v0.41.0
5455
- v0.40.2
5556
- v0.40.1
5657
- v0.40.0

manifest/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Taho",
3-
"version": "0.40.2",
3+
"version": "0.41.0",
44
"description": "The community owned and operated Web3 wallet.",
55
"homepage_url": "https://taho.xyz",
66
"author": "https://taho.xyz",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tallyho/tally-extension",
33
"private": true,
4-
"version": "0.40.2",
4+
"version": "0.41.0",
55
"description": "Taho, the community owned and operated Web3 wallet.",
66
"main": "index.js",
77
"repository": "[email protected]:thesis/tally-extension.git",

0 commit comments

Comments
 (0)