Skip to content

Commit

Permalink
v2.0.0 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored Oct 25, 2023
1 parent 210d605 commit bce91d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0]
### Changed
- **BREAKING**: Increase minimum Node.js version to 16 ([#41](https://github.com/MetaMask/object-multiplex/pull/41))
- **BREAKING**: Bump `readable-stream` from `^2.3.3` to `3.6.2` ([#41](https://github.com/MetaMask/object-multiplex/pull/41))

### Removed
- Remove dependency `end-of-stream` ([#41](https://github.com/MetaMask/object-multiplex/pull/41))
- Remove `stream-resolved.finished` overload in types ([#41](https://github.com/MetaMask/object-multiplex/pull/41))

## [1.3.0]
### Added
- Export TypeScript types ([#31](https://github.com/MetaMask/object-multiplex/pull/31))
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": "1.3.0",
"version": "2.0.0",
"description": "Simple stream multiplexing for objectMode.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit bce91d7

Please sign in to comment.