File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments