@metamask-previews/messenger 0.0.0-preview-7b6467c → 0.1.0-preview-541d905c

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -5
  2. 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
+ ## [0.1.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Migrate `Messenger` class from `@metamask/base-controller` package ([#6127](https://github.com/MetaMask/core/pull/6127))
@@ -32,8 +34,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
34
  - Existing `RestrictedMessenger` instances should be replaced with a `Messenger` with the `parent` constructor parameter set to the global messenger. We can now use the same class everywhere, passing capabilities using `delegate`.
33
35
  - See this ADR for details: https://github.com/MetaMask/decisions/blob/main/decisions/core/0012-messenger-delegation.md
34
36
 
35
- ### Fixed
36
-
37
- - Update `unsubscribe` type signature to support selector event handlers ([#6262](https://github.com/MetaMask/core/pull/6262))
38
-
39
- [Unreleased]: https://github.com/MetaMask/core/
37
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/messenger@0.1.0...HEAD
38
+ [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/messenger@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/messenger",
3
- "version": "0.0.0-preview-7b6467c",
3
+ "version": "0.1.0-preview-541d905c",
4
4
  "description": "A type-safe message bus library",
5
5
  "keywords": [
6
6
  "MetaMask",