Skip to content

Commit 0dab4cc

Browse files
chore(release): 4.0.2 [skip ci]
### [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)
1 parent 3524a3f commit 0dab4cc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [4.0.2](https://github.com/alanshaw/abortable-iterator/compare/v4.0.1...v4.0.2) (2022-01-14)
2+
3+
4+
### Tests
5+
6+
* 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)
7+
18
### [4.0.1](https://github.com/alanshaw/abortable-iterator/compare/v4.0.0...v4.0.1) (2022-01-13)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abortable-iterator",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Make any iterator or iterable abortable via an AbortSignal",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)