Skip to content

Commit

Permalink
8.1.1 (#141)
Browse files Browse the repository at this point in the history
* 8.1.1

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Jongsun Suh <[email protected]>
  • Loading branch information
3 people authored Jul 10, 2024
1 parent dacde8a commit 0550c6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.1.1]
### Changed
- Bump `@metamask/utils` from `^8.1.0` to `^9.0.0` ([#140](https://github.com/MetaMask/post-message-stream/pull/140))

## [8.1.0]
### Changed
- Support overriding default Duplex Stream options as constructor options. ([#131](https://github.com/MetaMask/post-message-stream/pull/131))
Expand Down Expand Up @@ -88,7 +92,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/v8.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/post-message-stream/compare/v8.1.1...HEAD
[8.1.1]: https://github.com/MetaMask/post-message-stream/compare/v8.1.0...v8.1.1
[8.1.0]: https://github.com/MetaMask/post-message-stream/compare/v8.0.0...v8.1.0
[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
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": "8.1.0",
"version": "8.1.1",
"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 0550c6c

Please sign in to comment.