@metamask-previews/controller-utils 11.5.0-preview-4fbfa93f → 11.6.0-preview-b08aa8e7
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 +5 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [11.6.0]
|
11
|
+
|
10
12
|
### Changed
|
11
13
|
|
12
14
|
- Bump `@ethereumjs/util` from `^8.1.0` to `^9.1.0` ([#5347](https://github.com/MetaMask/core/pull/5347))
|
15
|
+
- Bump `@metamask/utils` from `^11.1.0` to `^11.2.0` ([#5301](https://github.com/MetaMask/core/pull/5301))
|
13
16
|
|
14
17
|
## [11.5.0]
|
15
18
|
|
@@ -462,7 +465,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
462
465
|
|
463
466
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
464
467
|
|
465
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.
|
468
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.6.0...HEAD
|
469
|
+
[11.6.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.5.0...@metamask/controller-utils@11.6.0
|
466
470
|
[11.5.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.5...@metamask/controller-utils@11.5.0
|
467
471
|
[11.4.5]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.4...@metamask/controller-utils@11.4.5
|
468
472
|
[11.4.4]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.3...@metamask/controller-utils@11.4.4
|
package/package.json
CHANGED