diff --git a/packages/it-ndjson/CHANGELOG.md b/packages/it-ndjson/CHANGELOG.md index c570d6a1..70c2d0c2 100644 --- a/packages/it-ndjson/CHANGELOG.md +++ b/packages/it-ndjson/CHANGELOG.md @@ -1,3 +1,15 @@ +## it-ndjson [1.0.7](https://github.com/achingbrain/it/compare/it-ndjson-1.0.6...it-ndjson-1.0.7) (2024-05-26) + + +### Trivial Changes + +* update changelogs to new format ([33e243d](https://github.com/achingbrain/it/commit/33e243d6ce096de7fea1d9caf137175d2043ff31)) + + +### Documentation + +* update readme files ([#127](https://github.com/achingbrain/it/issues/127)) ([b168296](https://github.com/achingbrain/it/commit/b168296357504d70ec4ec0486d6de166f8ee5446)) + ## it-ndjson [1.0.6](https://github.com/achingbrain/it/compare/it-ndjson-v1.0.5...it-ndjson-1.0.6) (2024-04-24) diff --git a/packages/it-ndjson/package.json b/packages/it-ndjson/package.json index 4c57e4b5..6ede1e46 100644 --- a/packages/it-ndjson/package.json +++ b/packages/it-ndjson/package.json @@ -1,6 +1,6 @@ { "name": "it-ndjson", - "version": "1.0.6", + "version": "1.0.7", "description": "Parse iterators as ndjson and transform iterators to ndjson", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",