Skip to content

Commit

Permalink
6.1.1 (#81)
Browse files Browse the repository at this point in the history
* 6.1.1

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Frederik Bolding <[email protected]>
  • Loading branch information
3 people authored Mar 7, 2023
1 parent 22fe341 commit d7558fa
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]

## [6.1.1]
### Fixed
- Fixed accessing MessageEvent prototype after event lockdown ([#79](https://github.com/MetaMask/post-message-stream/pull/79))

## [6.1.0]
### Added
- Add browser runtime post message stream ([#69](https://github.com/MetaMask/post-message-stream/pull/69))
Expand Down Expand Up @@ -62,7 +66,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/v6.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/post-message-stream/compare/v6.1.1...HEAD
[6.1.1]: https://github.com/MetaMask/post-message-stream/compare/v6.1.0...v6.1.1
[6.1.0]: https://github.com/MetaMask/post-message-stream/compare/v6.0.0...v6.1.0
[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
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": "6.1.0",
"version": "6.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 d7558fa

Please sign in to comment.