File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 6.1.2]
10+ ### Changed
11+ - Use ` addEventListener ` instead of ` onmessage ` in WebWorkerPostMessageStream ([ #83 ] ( https://github.com/MetaMask/post-message-stream/pull/83 ) )
12+ - This fixes compatibility with LavaMoat.
13+
914## [ 6.1.1]
1015### Fixed
1116- Fixed accessing MessageEvent prototype after event lockdown ([ #79 ] ( https://github.com/MetaMask/post-message-stream/pull/79 ) )
@@ -66,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6671### Added
6772- Initial release.
6873
69- [ Unreleased ] : https://github.com/MetaMask/post-message-stream/compare/v6.1.1...HEAD
74+ [ Unreleased ] : https://github.com/MetaMask/post-message-stream/compare/v6.1.2...HEAD
75+ [ 6.1.2 ] : https://github.com/MetaMask/post-message-stream/compare/v6.1.1...v6.1.2
7076[ 6.1.1 ] : https://github.com/MetaMask/post-message-stream/compare/v6.1.0...v6.1.1
7177[ 6.1.0 ] : https://github.com/MetaMask/post-message-stream/compare/v6.0.0...v6.1.0
7278[ 6.0.0 ] : https://github.com/MetaMask/post-message-stream/compare/v5.1.0...v6.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/post-message-stream" ,
3- "version" : " 6.1.1 " ,
3+ "version" : " 6.1.2 " ,
44 "description" : " Sets up a duplex object stream over window.postMessage" ,
55 "homepage" : " https://github.com/MetaMask/post-message-stream#readme" ,
66 "bugs" : {
You can’t perform that action at this time.
0 commit comments