@metamask-previews/bridge-controller 60.0.0-preview-afa0dd61 → 60.1.0-preview-20df3e99
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/package.json +1 -1
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
|
+
## [60.1.0]
|
|
11
|
+
|
|
12
|
+
### Uncategorized
|
|
13
|
+
|
|
14
|
+
- Release/671.0.0 ([#7126](https://github.com/MetaMask/core/pull/7126))
|
|
15
|
+
- chore: Fix all auto-fixable ESLint warnings ([#7105](https://github.com/MetaMask/core/pull/7105))
|
|
16
|
+
|
|
10
17
|
### Added
|
|
11
18
|
|
|
12
19
|
- Added support for bridging and swapping tokens on the Tron blockchain ([#6862](https://github.com/MetaMask/core/pull/6862))
|
|
@@ -839,7 +846,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
839
846
|
|
|
840
847
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
841
848
|
|
|
842
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@60.
|
|
849
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@60.1.0...HEAD
|
|
850
|
+
[60.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@60.0.0...@metamask/bridge-controller@60.1.0
|
|
843
851
|
[60.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@59.0.0...@metamask/bridge-controller@60.0.0
|
|
844
852
|
[59.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@58.0.0...@metamask/bridge-controller@59.0.0
|
|
845
853
|
[58.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@57.0.0...@metamask/bridge-controller@58.0.0
|
package/package.json
CHANGED