Skip to content

Commit 6523488

Browse files
committed
revert package version bump
1 parent 6faefab commit 6523488

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ 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.2.1]
8+
### Added
109
- Export TypeScript types
10+
1111
## [1.2.0]
1212
### Changed
1313
- Throw error if parent is destroyed or ended already when creating sub streams ([#17](https://github.com/MetaMask/object-multiplex/pull/17), [#22](https://github.com/MetaMask/object-multiplex/pull/22))

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

0 commit comments

Comments
 (0)