Skip to content

Commit

Permalink
feat: export types (#31)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: legobeat <[email protected]>
Co-authored-by: legobt <[email protected]>
  • Loading branch information
3 people authored Sep 5, 2023
1 parent c1bd8c2 commit 6a30136
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Export TypeScript types ([#31](https://github.com/MetaMask/object-multiplex/pull/31))

## [1.2.0]
### Changed
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.2.0",
"description": "Simple stream multiplexing for objectMode.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/object-multiplex.git"
Expand Down

0 comments on commit 6a30136

Please sign in to comment.