Skip to content

Commit

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

### Trivial Changes

* add coverage ([#7](#7)) ([7e5155d](7e5155d))
  • Loading branch information
semantic-release-bot committed Jan 13, 2022
1 parent 7e5155d commit 45859d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [2.0.1](https://github.com/alanshaw/it-pipe/compare/v2.0.0...v2.0.1) (2022-01-13)


### Trivial Changes

* add coverage ([#7](https://github.com/alanshaw/it-pipe/issues/7)) ([7e5155d](https://github.com/alanshaw/it-pipe/commit/7e5155d00bf9b1afcf18bac3b960ed185f386860))

## [2.0.0](https://github.com/alanshaw/it-pipe/compare/v1.1.0...v2.0.0) (2022-01-12)


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": "it-pipe",
"version": "2.0.0",
"version": "2.0.1",
"description": "Utility to \"pipe\" async iterables together",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit 45859d3

Please sign in to comment.