Skip to content

Commit 61d76bc

Browse files
4.2.0 (#61)
1 parent a51c40e commit 61d76bc

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+
## [4.2.0]
10+
### Changed
11+
- Allow overriding Duplex stream constructor options ([#59](https://github.com/MetaMask/extension-port-stream/pull/59))
12+
913
## [4.1.0]
1014
### Added
1115
- Add named export of `PortDuplexStream` in addition to existing default export ([#57](https://github.com/MetaMask/extension-port-stream/pull/57))
@@ -48,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4852
- **(BREAKING)** Remove `readable-stream` dependency ([#4](https://github.com/MetaMask/extension-port-stream/pull/4))
4953
- Consumers using this package in browser environments will have to bring their own Node.js stream polyfill.
5054

51-
[Unreleased]: https://github.com/MetaMask/extension-port-stream/compare/v4.1.0...HEAD
55+
[Unreleased]: https://github.com/MetaMask/extension-port-stream/compare/v4.2.0...HEAD
56+
[4.2.0]: https://github.com/MetaMask/extension-port-stream/compare/v4.1.0...v4.2.0
5257
[4.1.0]: https://github.com/MetaMask/extension-port-stream/compare/v4.0.0...v4.1.0
5358
[4.0.0]: https://github.com/MetaMask/extension-port-stream/compare/v3.0.0...v4.0.0
5459
[3.0.0]: https://github.com/MetaMask/extension-port-stream/compare/v2.1.1...v3.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extension-port-stream",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "A module for creating a node style stream over a WebExtension port object.",
55
"main": "dist/index.js",
66
"engines": {

0 commit comments

Comments
 (0)