Skip to content

Commit 860bce2

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.0.2...v2.0.0) (2022-01-12) ### ⚠ BREAKING CHANGES * switch to named exports, ESM only ### Features * convert to typescript ([#14](#14)) ([09ff04a](09ff04a)) ### Bug Fixes * update branch name ([#15](#15)) ([c89b3d2](c89b3d2))
1 parent c89b3d2 commit 860bce2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## [2.0.0](https://github.com/alanshaw/get-iterator/compare/v1.0.2...v2.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 ([#14](https://github.com/alanshaw/get-iterator/issues/14)) ([09ff04a](https://github.com/alanshaw/get-iterator/commit/09ff04a38203d067220236080994ad91e65f1451))
11+
12+
13+
### Bug Fixes
14+
15+
* update branch name ([#15](https://github.com/alanshaw/get-iterator/issues/15)) ([c89b3d2](https://github.com/alanshaw/get-iterator/commit/c89b3d2bb600c975d24a95b5efc9b3fde66e75bf))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-iterator",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Get the default iterator or async iterator for an iterable or async iterable",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)