@metamask-previews/notification-services-controller 5.0.0-preview-da4d93f2 → 5.0.1-preview-8c3b89c
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
|
+
## [5.0.1]
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- add guard if `KeyringController:withKeyring` fails when called in `NotificationServicesController` ([#5514](https://github.com/MetaMask/core/pull/5514))
|
|
15
|
+
|
|
10
16
|
## [5.0.0]
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -373,7 +379,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
373
379
|
|
|
374
380
|
- Initial release
|
|
375
381
|
|
|
376
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@5.0.
|
|
382
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@5.0.1...HEAD
|
|
383
|
+
[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@5.0.0...@metamask/notification-services-controller@5.0.1
|
|
377
384
|
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@4.0.0...@metamask/notification-services-controller@5.0.0
|
|
378
385
|
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@3.0.0...@metamask/notification-services-controller@4.0.0
|
|
379
386
|
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@2.0.0...@metamask/notification-services-controller@3.0.0
|
package/package.json
CHANGED