diff --git a/.changeset/blue-cycles-build.md b/.changeset/blue-cycles-build.md deleted file mode 100644 index 9ca836f..0000000 --- a/.changeset/blue-cycles-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'extractinator': minor ---- - -feat: add log level cli flag diff --git a/.changeset/chilled-lies-shop.md b/.changeset/chilled-lies-shop.md deleted file mode 100644 index 9d43884..0000000 --- a/.changeset/chilled-lies-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'extractinator': patch ---- - -fix: exit if a file is passed, or the path doesn't exist diff --git a/.changeset/hungry-cobras-glow.md b/.changeset/hungry-cobras-glow.md deleted file mode 100644 index f485560..0000000 --- a/.changeset/hungry-cobras-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'extractinator': patch ---- - -fix: only log cleaning up in temp if actaully cleaning up diff --git a/.changeset/six-dancers-invite.md b/.changeset/six-dancers-invite.md deleted file mode 100644 index b9be68f..0000000 --- a/.changeset/six-dancers-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'extractinator': minor ---- - -wip: improved jsdoc parsing diff --git a/.changeset/tasty-plants-glow.md b/.changeset/tasty-plants-glow.md deleted file mode 100644 index 9dc8767..0000000 --- a/.changeset/tasty-plants-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'extractinator': patch ---- - -fix: extract props if $$Props is used diff --git a/.changeset/yellow-buses-hammer.md b/.changeset/yellow-buses-hammer.md deleted file mode 100644 index 016e662..0000000 --- a/.changeset/yellow-buses-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'extractinator': minor ---- - -feat: handle multiple declarations by outputting twice diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6dbbb..61fa628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # extractinator +## 0.5.0 + +### Minor Changes + +- feat: add log level cli flag ([`4d11fed2424609a70d24bcf8490ceb04107b87e2`](https://github.com/ghostdevv/extractinator/commit/4d11fed2424609a70d24bcf8490ceb04107b87e2)) + +- wip: improved jsdoc parsing ([`94a7d87e80d4eac4a62b18781b9c0044d5fb1461`](https://github.com/ghostdevv/extractinator/commit/94a7d87e80d4eac4a62b18781b9c0044d5fb1461)) + +- feat: handle multiple declarations by outputting twice ([`072f83fdd34f39410fafd2831e4fe37f5d993e98`](https://github.com/ghostdevv/extractinator/commit/072f83fdd34f39410fafd2831e4fe37f5d993e98)) + +### Patch Changes + +- fix: exit if a file is passed, or the path doesn't exist ([`79311f02739edde08ccfe143a0baddd3ad970dcd`](https://github.com/ghostdevv/extractinator/commit/79311f02739edde08ccfe143a0baddd3ad970dcd)) + +- fix: only log cleaning up in temp if actaully cleaning up ([`d5fd3dcaf2430170a92f12db47faebcf614f1dde`](https://github.com/ghostdevv/extractinator/commit/d5fd3dcaf2430170a92f12db47faebcf614f1dde)) + +- fix: extract props if $Props is used ([`d3403cea3ea53ac32187feadbb3878cfc3609a87`](https://github.com/ghostdevv/extractinator/commit/d3403cea3ea53ac32187feadbb3878cfc3609a87)) + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index ad53824..50d2c85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extractinator", - "version": "0.4.0", + "version": "0.5.0", "type": "module", "description": "A tool to extract the api information from Svelte and TS/JS files. Extract slots, events, module exports, props, and css props all with parsed tsdoc comments.", "contributors": [