Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.0.0...v2.0.0) (2022-01-12)

### ⚠ BREAKING CHANGES

* switch to named exports, ESM only

### Features

* convert to typescript ([#5](#5)) ([9039dcc](9039dcc))

### Trivial Changes

* **fix:** correct reference to pull-stream ([#1](#1)) ([7a0cd69](7a0cd69))
  • Loading branch information
semantic-release-bot committed Jan 12, 2022
1 parent 9039dcc commit 017709a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## [2.0.0](https://github.com/alanshaw/it-pair/compare/v1.0.0...v2.0.0) (2022-01-12)


### ⚠ BREAKING CHANGES

* switch to named exports, ESM only

### Features

* convert to typescript ([#5](https://github.com/alanshaw/it-pair/issues/5)) ([9039dcc](https://github.com/alanshaw/it-pair/commit/9039dccaf75c08b7099a8f84e6ad24be372ae7b2))


### Trivial Changes

* **fix:** correct reference to pull-stream ([#1](https://github.com/alanshaw/it-pair/issues/1)) ([7a0cd69](https://github.com/alanshaw/it-pair/commit/7a0cd69fd25a2fd035e624b435301231a4d57ac4))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "it-pair",
"description": "pair a source async iterable stream and a sink async iterable stream",
"version": "1.0.0",
"version": "2.0.0",
"homepage": "https://github.com/alanshaw/it-pair",
"repository": {
"type": "git",
Expand Down

0 comments on commit 017709a

Please sign in to comment.