Skip to content

Commit bce91d7

Browse files
authored
v2.0.0 (#46)
1 parent 210d605 commit bce91d7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.0]
10+
### Changed
11+
- **BREAKING**: Increase minimum Node.js version to 16 ([#41](https://github.com/MetaMask/object-multiplex/pull/41))
12+
- **BREAKING**: Bump `readable-stream` from `^2.3.3` to `3.6.2` ([#41](https://github.com/MetaMask/object-multiplex/pull/41))
13+
14+
### Removed
15+
- Remove dependency `end-of-stream` ([#41](https://github.com/MetaMask/object-multiplex/pull/41))
16+
- Remove `stream-resolved.finished` overload in types ([#41](https://github.com/MetaMask/object-multiplex/pull/41))
17+
918
## [1.3.0]
1019
### Added
1120
- Export TypeScript types ([#31](https://github.com/MetaMask/object-multiplex/pull/31))

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": "1.3.0",
3+
"version": "2.0.0",
44
"description": "Simple stream multiplexing for objectMode.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)