Skip to content

Commit

Permalink
6.0.0 (#50)
Browse files Browse the repository at this point in the history
* 6.0.0

* Update changelog

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Frederik Bolding <[email protected]>
  • Loading branch information
3 people authored Jul 13, 2022
1 parent 52fbc06 commit 4322f88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.0]
### Changed
- **BREAKING:** Use separate entrypoint for browser environments ([#49](https://github.com/MetaMask/post-message-stream/pull/49))
- This means `worker_threads` and `child_process` streams are no longer exposed in the browser.

## [5.1.0]
### Added
- Export `BasePostMessageStream` ([#45](https://github.com/MetaMask/post-message-stream/pull/45))
Expand Down Expand Up @@ -53,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[Unreleased]: https://github.com/MetaMask/post-message-stream/compare/v5.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/post-message-stream/compare/v6.0.0...HEAD
[6.0.0]: https://github.com/MetaMask/post-message-stream/compare/v5.1.0...v6.0.0
[5.1.0]: https://github.com/MetaMask/post-message-stream/compare/v5.0.1...v5.1.0
[5.0.1]: https://github.com/MetaMask/post-message-stream/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/MetaMask/post-message-stream/compare/v4.0.0...v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/post-message-stream",
"version": "5.1.0",
"version": "6.0.0",
"description": "Sets up a duplex object stream over window.postMessage",
"homepage": "https://github.com/MetaMask/post-message-stream#readme",
"bugs": {
Expand Down

0 comments on commit 4322f88

Please sign in to comment.