Skip to content

Commit ed94efc

Browse files
github-actions[bot]github-actionsrekmarks
authored
4.1.0 (#58)
* 4.1.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Erik Marks <[email protected]>
1 parent 22cbaab commit ed94efc

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.1.0]
10+
### Added
11+
- Add named export of `PortDuplexStream` in addition to existing default export ([#57](https://github.com/MetaMask/extension-port-stream/pull/57))
12+
913
## [4.0.0]
1014
### Fixed
1115
- **BREAKING**: `webextension-polyfill` is now a peer-dependency rather than a dependency. Users are expected to provide the runtime. ([#54](https://github.com/MetaMask/extension-port-stream/pull/54))
@@ -44,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4448
- **(BREAKING)** Remove `readable-stream` dependency ([#4](https://github.com/MetaMask/extension-port-stream/pull/4))
4549
- Consumers using this package in browser environments will have to bring their own Node.js stream polyfill.
4650

47-
[Unreleased]: https://github.com/MetaMask/extension-port-stream/compare/v4.0.0...HEAD
51+
[Unreleased]: https://github.com/MetaMask/extension-port-stream/compare/v4.1.0...HEAD
52+
[4.1.0]: https://github.com/MetaMask/extension-port-stream/compare/v4.0.0...v4.1.0
4853
[4.0.0]: https://github.com/MetaMask/extension-port-stream/compare/v3.0.0...v4.0.0
4954
[3.0.0]: https://github.com/MetaMask/extension-port-stream/compare/v2.1.1...v3.0.0
5055
[2.1.1]: https://github.com/MetaMask/extension-port-stream/compare/v2.1.0...v2.1.1

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.0.0",
3+
"version": "4.1.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)