diff --git a/packages/it-skip/CHANGELOG.md b/packages/it-skip/CHANGELOG.md new file mode 100644 index 00000000..7b29792a --- /dev/null +++ b/packages/it-skip/CHANGELOG.md @@ -0,0 +1,15 @@ +## [it-skip-v2.0.0](https://github.com/achingbrain/it/compare/it-skip-v1.0.2...it-skip-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)) + + +### Dependencies + +* update sibling dependencies ([1415cdd](https://github.com/achingbrain/it/commit/1415cdd019f32c08b1024e60bf3816619e361938)) diff --git a/packages/it-skip/package.json b/packages/it-skip/package.json index cf9f3262..2a898ccf 100644 --- a/packages/it-skip/package.json +++ b/packages/it-skip/package.json @@ -1,6 +1,6 @@ { "name": "it-skip", - "version": "1.0.2", + "version": "2.0.0", "description": "Skip items from an iterable", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",