Skip to content

Commit 113fe18

Browse files
authored
v1.3.0 (#43)
1 parent 6a30136 commit 113fe18

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.3.0]
810
### Added
911
- Export TypeScript types ([#31](https://github.com/MetaMask/object-multiplex/pull/31))
1012

@@ -20,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2022
### Changed
2123
- Rename package to @metamask/object-multiplex ([#12](https://github.com/MetaMask/object-multiplex/pull/12))
2224

23-
[Unreleased]: https://github.com/MetaMask/object-multiplex/compare/v1.2.0...HEAD
25+
[Unreleased]: https://github.com/MetaMask/object-multiplex/compare/v1.3.0...HEAD
26+
[1.3.0]: https://github.com/MetaMask/object-multiplex/compare/v1.2.0...v1.3.0
2427
[1.2.0]: https://github.com/MetaMask/object-multiplex/compare/v1.1.0...v1.2.0
2528
[1.1.0]: https://github.com/MetaMask/object-multiplex/releases/tag/v1.1.0

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

0 commit comments

Comments
 (0)