Skip to content

Commit 7521ca7

Browse files
authored
v2.1.0 (#56)
1 parent fd9a6fa commit 7521ca7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [2.1.0]
10+
### Changed
11+
- Allow overriding default stream constructor options in `createStream` ([#52](https://github.com/MetaMask/object-multiplex/pull/52))
12+
913
## [2.0.0]
1014
### Changed
1115
- **BREAKING**: Increase minimum Node.js version to 16 ([#41](https://github.com/MetaMask/object-multiplex/pull/41))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/object-multiplex",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Simple stream multiplexing for objectMode.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)