Skip to content

Commit

Permalink
Merge pull request #33 from ghostdevv/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv authored Sep 19, 2024
2 parents 072f83f + 4e9a852 commit 5b22b22
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-cycles-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-lies-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-cobras-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-dancers-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-plants-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-buses-hammer.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 5b22b22

Please sign in to comment.