Skip to content

Commit

Permalink
4.1.0 (#58)
Browse files Browse the repository at this point in the history
* 4.1.0

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 18, 2024
1 parent 22cbaab commit ed94efc
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]

## [4.1.0]
### Added
- Add named export of `PortDuplexStream` in addition to existing default export ([#57](https://github.com/MetaMask/extension-port-stream/pull/57))

## [4.0.0]
### Fixed
- **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))
Expand Down Expand Up @@ -44,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **(BREAKING)** Remove `readable-stream` dependency ([#4](https://github.com/MetaMask/extension-port-stream/pull/4))
- Consumers using this package in browser environments will have to bring their own Node.js stream polyfill.

[Unreleased]: https://github.com/MetaMask/extension-port-stream/compare/v4.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/extension-port-stream/compare/v4.1.0...HEAD
[4.1.0]: https://github.com/MetaMask/extension-port-stream/compare/v4.0.0...v4.1.0
[4.0.0]: https://github.com/MetaMask/extension-port-stream/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/MetaMask/extension-port-stream/compare/v2.1.1...v3.0.0
[2.1.1]: https://github.com/MetaMask/extension-port-stream/compare/v2.1.0...v2.1.1
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": "extension-port-stream",
"version": "4.0.0",
"version": "4.1.0",
"description": "A module for creating a node style stream over a WebExtension port object.",
"main": "dist/index.js",
"engines": {
Expand Down

0 comments on commit ed94efc

Please sign in to comment.