Skip to content

Commit

Permalink
chore(release): 4.0.2 [skip ci]
Browse files Browse the repository at this point in the history
### [4.0.2](v4.0.1...v4.0.2) (2022-01-14)

### Tests

* adds test for synchronous generator ([#19](#19)) ([3524a3f](3524a3f)), closes [#18](#18)
  • Loading branch information
semantic-release-bot committed Jan 14, 2022
1 parent 3524a3f commit 0dab4cc
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 @@
### [4.0.2](https://github.com/alanshaw/abortable-iterator/compare/v4.0.1...v4.0.2) (2022-01-14)


### Tests

* adds test for synchronous generator ([#19](https://github.com/alanshaw/abortable-iterator/issues/19)) ([3524a3f](https://github.com/alanshaw/abortable-iterator/commit/3524a3fcbbc7b8192b2aeecfd9b484169c2a75a3)), closes [#18](https://github.com/alanshaw/abortable-iterator/issues/18)

### [4.0.1](https://github.com/alanshaw/abortable-iterator/compare/v4.0.0...v4.0.1) (2022-01-13)


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": "abortable-iterator",
"version": "4.0.1",
"version": "4.0.2",
"description": "Make any iterator or iterable abortable via an AbortSignal",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit 0dab4cc

Please sign in to comment.