@metamask/snaps-execution-environments 3.1.0 → 3.2.0

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 CHANGED
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.2.0]
10
+ ### Added
11
+ - Add `OnHomePage` export ([#1896](https://github.com/MetaMask/snaps/pull/1896))
12
+
13
+ ### Fixed
14
+ - Await stream message delivery ([#1928](https://github.com/MetaMask/snaps/pull/1928))
15
+
9
16
  ## [3.1.0]
10
17
  ### Changed
11
18
  - Improve error handling ([#1841](https://github.com/MetaMask/snaps/pull/1841))
@@ -84,7 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
84
91
  - The version of the package no longer needs to match the version of all other
85
92
  MetaMask Snaps packages.
86
93
 
87
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.1.0...HEAD
94
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.2.0...HEAD
95
+ [3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.1.0...@metamask/snaps-execution-environments@3.2.0
88
96
  [3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.0.0...@metamask/snaps-execution-environments@3.1.0
89
97
  [3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@2.0.1...@metamask/snaps-execution-environments@3.0.0
90
98
  [2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@2.0.0...@metamask/snaps-execution-environments@2.0.1