@metamask/tron-wallet-snap 1.7.0 → 1.7.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 +9 -1
- package/dist/bundle.js +1 -1
- package/dist/preinstalled-snap.json +1 -1
- package/package.json +1 -1
- package/snap.manifest.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.7.1]
|
|
11
|
+
|
|
12
|
+
### Uncategorized
|
|
13
|
+
|
|
14
|
+
- All improvements ([#73](https://github.com/MetaMask/snap-tron-wallet/pull/73))
|
|
15
|
+
- fix: staking methods need to convert amounts to sun ([#71](https://github.com/MetaMask/snap-tron-wallet/pull/71))
|
|
16
|
+
|
|
10
17
|
## [1.7.0]
|
|
11
18
|
|
|
12
19
|
### Changed
|
|
@@ -133,7 +140,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
133
140
|
- Initial release of Tron wallet snap
|
|
134
141
|
- Support for TRX and token assets balances ([#12](https://github.com/MetaMask/snap-tron-wallet/pull/12))
|
|
135
142
|
|
|
136
|
-
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.
|
|
143
|
+
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.1...HEAD
|
|
144
|
+
[1.7.1]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.0...v1.7.1
|
|
137
145
|
[1.7.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.6.1...v1.7.0
|
|
138
146
|
[1.6.1]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.6.0...v1.6.1
|
|
139
147
|
[1.6.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.5.4...v1.6.0
|