@deeeed/metamask-harness 0.49.0 → 0.49.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.49.1 - 2026-09-08
|
|
6
|
+
|
|
7
|
+
- fix(funding): bind balance evidence to the wallet runtime (#234).
|
|
8
|
+
|
|
5
9
|
## 0.49.0 - 2026-09-07
|
|
6
10
|
|
|
7
11
|
- Simplify Mobile setup and sizing; correct nested-route verification, lifecycle portability, wallet selection, input clearing and token-sort restoration.
|