Skip to content

Commit

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

### Bug Fixes

* re-enable transform duplex test ([#17](#17)) ([fcbf06d](fcbf06d))
  • Loading branch information
semantic-release-bot committed Jan 13, 2022
1 parent fcbf06d commit 66af3c8
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.1](https://github.com/alanshaw/abortable-iterator/compare/v4.0.0...v4.0.1) (2022-01-13)


### Bug Fixes

* re-enable transform duplex test ([#17](https://github.com/alanshaw/abortable-iterator/issues/17)) ([fcbf06d](https://github.com/alanshaw/abortable-iterator/commit/fcbf06ddb1054ecc806fadc5ed632d2dc2601e76))

## [4.0.0](https://github.com/alanshaw/abortable-iterator/compare/v3.0.1...v4.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": "abortable-iterator",
"version": "4.0.0",
"version": "4.0.1",
"description": "Make any iterator or iterable abortable via an AbortSignal",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit 66af3c8

Please sign in to comment.