Skip to content

Commit f2bcb03

Browse files
chore(release): 4.0.0 [skip ci]
## [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))
1 parent 7a36b81 commit f2bcb03

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## [4.0.0](https://github.com/alanshaw/abortable-iterator/compare/v3.0.1...v4.0.0) (2022-01-12)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* switch to named exports, ESM only
7+
8+
### Features
9+
10+
* convert to typescript ([#16](https://github.com/alanshaw/abortable-iterator/issues/16)) ([7a36b81](https://github.com/alanshaw/abortable-iterator/commit/7a36b810e3956bdd3f27f40dc4c468dd74632c3f))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abortable-iterator",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
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)