diff --git a/packages/it-first/CHANGELOG.md b/packages/it-first/CHANGELOG.md new file mode 100644 index 00000000..94686448 --- /dev/null +++ b/packages/it-first/CHANGELOG.md @@ -0,0 +1,10 @@ +## [it-first-v2.0.0](https://github.com/achingbrain/it/compare/it-first-v1.0.7...it-first-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-first/package.json b/packages/it-first/package.json index eada4313..12ebe928 100644 --- a/packages/it-first/package.json +++ b/packages/it-first/package.json @@ -1,6 +1,6 @@ { "name": "it-first", - "version": "1.0.7", + "version": "2.0.0", "description": "Returns the first result from an async iterator", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",