@metamask-previews/bridge-controller 80.1.1-preview-2f57247 → 80.2.0-preview-23eb7095a
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 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [80.2.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add SwapBridge failure telemetry schema and quote-fetch classifier for a later emit ([#9947](https://github.com/MetaMask/core/pull/9947))
|
|
@@ -1987,7 +1989,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1987
1989
|
|
|
1988
1990
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1989
1991
|
|
|
1990
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@80.
|
|
1992
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@80.2.0...HEAD
|
|
1993
|
+
[80.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@80.1.1...@metamask/bridge-controller@80.2.0
|
|
1991
1994
|
[80.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@80.1.0...@metamask/bridge-controller@80.1.1
|
|
1992
1995
|
[80.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@80.0.0...@metamask/bridge-controller@80.1.0
|
|
1993
1996
|
[80.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@79.3.1...@metamask/bridge-controller@80.0.0
|
package/package.json
CHANGED