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.1.0...v2.0.0) (2022-01-12)

### ⚠ BREAKING CHANGES

* **!:** switch to named exports, ESM only

### Features

* **!:** convert to typescript ([#6](#6)) ([e4303ba](e4303ba))
  • Loading branch information
semantic-release-bot committed Jan 12, 2022
1 parent e4303ba commit 5c6dbb3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## [2.0.0](https://github.com/alanshaw/it-pipe/compare/v1.1.0...v2.0.0) (2022-01-12)


### ⚠ BREAKING CHANGES

* **!:** switch to named exports, ESM only

### Features

* **!:** convert to typescript ([#6](https://github.com/alanshaw/it-pipe/issues/6)) ([e4303ba](https://github.com/alanshaw/it-pipe/commit/e4303ba4c88edc38642290de7197a062983de328))
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": "1.1.0",
"version": "2.0.0",
"description": "Utility to \"pipe\" async iterables together",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit 5c6dbb3

Please sign in to comment.