Skip to content

Commit

Permalink
8.0.0 (#111)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: legobt <[email protected]>
Co-authored-by: legobeat <[email protected]>
  • Loading branch information
4 people authored Oct 13, 2023
1 parent 35b1d8a commit 6a5629d
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]

## [8.0.0]
### Changed
- **BREAKING:** Increase minimum Node.js version to `^16.20.0` ([#110](https://github.com/MetaMask/post-message-stream/pull/110))
- Update `@metamask/utils` from `^5.0.2` to `^8.0.1` ([#108](https://github.com/MetaMask/post-message-stream/pull/108))

## [7.0.0]
### Changed
- **BREAKING:** Update `readable-stream` from `2.3.3` to `3.6.2` ([#88](https://github.com/MetaMask/post-message-stream/pull/88))
Expand Down Expand Up @@ -79,7 +84,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/v7.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/post-message-stream/compare/v8.0.0...HEAD
[8.0.0]: https://github.com/MetaMask/post-message-stream/compare/v7.0.0...v8.0.0
[7.0.0]: https://github.com/MetaMask/post-message-stream/compare/v6.2.0...v7.0.0
[6.2.0]: https://github.com/MetaMask/post-message-stream/compare/v6.1.2...v6.2.0
[6.1.2]: https://github.com/MetaMask/post-message-stream/compare/v6.1.1...v6.1.2
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": "7.0.0",
"version": "8.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 6a5629d

Please sign in to comment.