@metamask-previews/bridge-controller 75.0.0-preview-7bc7196a6 → 75.1.0-preview-86a6309
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
|
+
## [75.1.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add `UNKNOWN` to `FeatureId` enum ([#9071](https://github.com/MetaMask/core/pull/9071))
|
|
@@ -1589,7 +1591,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1589
1591
|
|
|
1590
1592
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1591
1593
|
|
|
1592
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@75.
|
|
1594
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@75.1.0...HEAD
|
|
1595
|
+
[75.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@75.0.0...@metamask/bridge-controller@75.1.0
|
|
1593
1596
|
[75.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@74.0.0...@metamask/bridge-controller@75.0.0
|
|
1594
1597
|
[74.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@73.2.1...@metamask/bridge-controller@74.0.0
|
|
1595
1598
|
[73.2.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@73.2.0...@metamask/bridge-controller@73.2.1
|
package/package.json
CHANGED