@metamask/tron-wallet-snap 1.5.4 → 1.7.0

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 CHANGED
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.7.0]
11
+
12
+ ### Changed
13
+
14
+ - Add `options` to the unstake method ([#69](https://github.com/MetaMask/snap-tron-wallet/pull/69))
15
+
16
+ ## [1.6.1]
17
+
18
+ ### Fixed
19
+
20
+ - Use the correct `index` field instead of `groupIndex` for account creation ([#67](https://github.com/MetaMask/snap-tron-wallet/pull/67))
21
+
22
+ ## [1.6.0]
23
+
24
+ ### Added
25
+
26
+ - Implement `setSelectedAccounts` handler ([#63](https://github.com/MetaMask/snap-tron-wallet/pull/63))
27
+
28
+ ### Fixed
29
+
30
+ - Adjust `timestamp` fields' precision to be in seconds, not milliseconds ([#64](https://github.com/MetaMask/snap-tron-wallet/pull/64))
31
+
10
32
  ## [1.5.4]
11
33
 
12
34
  ### Fixed
@@ -111,7 +133,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111
133
  - Initial release of Tron wallet snap
112
134
  - Support for TRX and token assets balances ([#12](https://github.com/MetaMask/snap-tron-wallet/pull/12))
113
135
 
114
- [Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.5.4...HEAD
136
+ [Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.0...HEAD
137
+ [1.7.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.6.1...v1.7.0
138
+ [1.6.1]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.6.0...v1.6.1
139
+ [1.6.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.5.4...v1.6.0
115
140
  [1.5.4]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.5.3...v1.5.4
116
141
  [1.5.3]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.5.2...v1.5.3
117
142
  [1.5.2]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.5.1...v1.5.2