@metamask-previews/controller-utils 11.4.0-preview-1e2accee → 11.4.1-preview-fa7d96bb
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.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/utils` from `^9.1.0` to `^10.0.0` ([#4831](https://github.com/MetaMask/core/pull/4831))
|
|
15
|
+
|
|
10
16
|
## [11.4.0]
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -406,7 +412,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
406
412
|
|
|
407
413
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
408
414
|
|
|
409
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.
|
|
415
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.1...HEAD
|
|
416
|
+
[11.4.1]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.0...@metamask/controller-utils@11.4.1
|
|
410
417
|
[11.4.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.3.0...@metamask/controller-utils@11.4.0
|
|
411
418
|
[11.3.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.2.0...@metamask/controller-utils@11.3.0
|
|
412
419
|
[11.2.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.1.0...@metamask/controller-utils@11.2.0
|
package/package.json
CHANGED