We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3cfef commit b7caa4cCopy full SHA for b7caa4c
packages/it-last/CHANGELOG.md
@@ -0,0 +1,10 @@
1
+## [it-last-v2.0.0](https://github.com/achingbrain/it/compare/it-last-v1.0.6...it-last-v2.0.0) (2022-10-17)
2
+
3
4
+### ⚠ BREAKING CHANGES
5
6
+* all modules are now published as ESM-only
7
8
+### Features
9
10
+* convert to typescript ([#28](https://github.com/achingbrain/it/issues/28)) ([f8a38bf](https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464))
packages/it-last/package.json
@@ -1,6 +1,6 @@
{
"name": "it-last",
- "version": "1.0.6",
+ "version": "2.0.0",
"description": "Returns the last result from an async iterator",
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
0 commit comments