Skip to content

Commit 2f47baf

Browse files
github-actions[bot]github-actionslegobeat
authored
6.2.0 (#103)
--------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]>
1 parent fcaf7d2 commit 2f47baf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [6.2.0]
10+
### Added
11+
- Add `setLogger` function for logging incoming/outgoing messages ([#93](https://github.com/MetaMask/post-message-stream/pull/93))
12+
913
## [6.1.2]
1014
### Changed
1115
- Use `addEventListener` instead of `onmessage` in WebWorkerPostMessageStream ([#83](https://github.com/MetaMask/post-message-stream/pull/83))
@@ -71,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7175
### Added
7276
- Initial release.
7377

74-
[Unreleased]: https://github.com/MetaMask/post-message-stream/compare/v6.1.2...HEAD
78+
[Unreleased]: https://github.com/MetaMask/post-message-stream/compare/v6.2.0...HEAD
79+
[6.2.0]: https://github.com/MetaMask/post-message-stream/compare/v6.1.2...v6.2.0
7580
[6.1.2]: https://github.com/MetaMask/post-message-stream/compare/v6.1.1...v6.1.2
7681
[6.1.1]: https://github.com/MetaMask/post-message-stream/compare/v6.1.0...v6.1.1
7782
[6.1.0]: https://github.com/MetaMask/post-message-stream/compare/v6.0.0...v6.1.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.2",
3+
"version": "6.2.0",
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)