Skip to content

Commit b26220d

Browse files
github-actions[bot]github-actionsMrtenz
authored
6.1.2 (#84)
* 6.1.2 * Update CHANGELOG.md --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent c1f31be commit b26220d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)