diff --git a/packages/it-last/CHANGELOG.md b/packages/it-last/CHANGELOG.md new file mode 100644 index 00000000..59675b8a --- /dev/null +++ b/packages/it-last/CHANGELOG.md @@ -0,0 +1,10 @@ +## [it-last-v2.0.0](https://github.com/achingbrain/it/compare/it-last-v1.0.6...it-last-v2.0.0) (2022-10-17) + + +### ⚠ BREAKING CHANGES + +* all modules are now published as ESM-only + +### Features + +* convert to typescript ([#28](https://github.com/achingbrain/it/issues/28)) ([f8a38bf](https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464)) diff --git a/packages/it-last/package.json b/packages/it-last/package.json index cc9f0090..a4f4079e 100644 --- a/packages/it-last/package.json +++ b/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 ", "license": "Apache-2.0 OR MIT",