Skip to content

Commit

Permalink
v2.1.0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored Oct 14, 2024
1 parent fd9a6fa commit 7521ca7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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]

## [2.1.0]
### Changed
- Allow overriding default stream constructor options in `createStream` ([#52](https://github.com/MetaMask/object-multiplex/pull/52))

## [2.0.0]
### Changed
- **BREAKING**: Increase minimum Node.js version to 16 ([#41](https://github.com/MetaMask/object-multiplex/pull/41))
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/object-multiplex",
"version": "2.0.0",
"version": "2.1.0",
"description": "Simple stream multiplexing for objectMode.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 7521ca7

Please sign in to comment.