Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.0](v3.0.1...v4.0.0) (2022-01-12)

### ⚠ BREAKING CHANGES

* switch to named exports, ESM only

### Features

* convert to typescript ([#16](#16)) ([7a36b81](7a36b81))
  • Loading branch information
semantic-release-bot committed Jan 12, 2022
1 parent 7a36b81 commit f2bcb03
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 @@
## [4.0.0](https://github.com/alanshaw/abortable-iterator/compare/v3.0.1...v4.0.0) (2022-01-12)


### ⚠ BREAKING CHANGES

* switch to named exports, ESM only

### Features

* convert to typescript ([#16](https://github.com/alanshaw/abortable-iterator/issues/16)) ([7a36b81](https://github.com/alanshaw/abortable-iterator/commit/7a36b810e3956bdd3f27f40dc4c468dd74632c3f))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abortable-iterator",
"version": "3.0.1",
"version": "4.0.0",
"description": "Make any iterator or iterable abortable via an AbortSignal",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit f2bcb03

Please sign in to comment.