@metamask-previews/controller-utils 11.4.4-preview-407f96d → 11.4.5-preview-62a75dc
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 +8 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -7,6 +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.4.5]
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
|
14
|
+
- Bump `@metamask/utils` from `^10.0.0` to `^11.0.1` ([#5080](https://github.com/MetaMask/core/pull/5080))
|
15
|
+
|
10
16
|
## [11.4.4]
|
11
17
|
|
12
18
|
### Fixed
|
@@ -438,7 +444,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
438
444
|
|
439
445
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
440
446
|
|
441
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.
|
447
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.5...HEAD
|
448
|
+
[11.4.5]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.4...@metamask/controller-utils@11.4.5
|
442
449
|
[11.4.4]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.3...@metamask/controller-utils@11.4.4
|
443
450
|
[11.4.3]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.2...@metamask/controller-utils@11.4.3
|
444
451
|
[11.4.2]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.1...@metamask/controller-utils@11.4.2
|