@metamask/tron-wallet-snap 1.29.0 → 1.30.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,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.30.0]
11
+
12
+ ### Changed
13
+
14
+ - Increase cronjob interval for account syncing from 30s to 60s ([#356](https://github.com/MetaMask/snap-tron-wallet/pull/356))
15
+
16
+ ## [1.29.1]
17
+
18
+ ### Fixed
19
+
20
+ - Loosen price API validation ([#353](https://github.com/MetaMask/snap-tron-wallet/pull/353))
21
+ - The API response validation refused new fields when Price API service upgrades.
22
+
10
23
  ## [1.29.0]
11
24
 
12
25
  ### Changed
@@ -561,7 +574,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
561
574
  - Initial release of Tron wallet snap
562
575
  - Support for TRX and token assets balances ([#12](https://github.com/MetaMask/snap-tron-wallet/pull/12))
563
576
 
564
- [Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.29.0...HEAD
577
+ [Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.30.0...HEAD
578
+ [1.30.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.29.1...v1.30.0
579
+ [1.29.1]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.29.0...v1.29.1
565
580
  [1.29.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.28.0...v1.29.0
566
581
  [1.28.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.27.0...v1.28.0
567
582
  [1.27.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.26.0...v1.27.0