Skip to content

Commit 5247325

Browse files
authored
Merge pull request #9 from ghostdevv/changeset-release/main
2 parents 149fde0 + aef3918 commit 5247325

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed

.changeset/chilly-llamas-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/honest-avocados-collect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-news-brake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-shirts-film.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# extractinator
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- feat: parse the component comment ([#13](https://github.com/ghostdevv/extractinator/pull/13))
8+
9+
### Patch Changes
10+
11+
- update README with better information ([#8](https://github.com/ghostdevv/extractinator/pull/8))
12+
13+
- breaking: change variables to exports in parsed svelte files ([#12](https://github.com/ghostdevv/extractinator/pull/12))
14+
15+
- fix: include node shebang ([`149fde0`](https://github.com/ghostdevv/extractinator/commit/149fde051d4bece287e7b11d15ff91b4c95de146))
16+
317
## 0.1.0
418

519
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extractinator",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "module",
55
"description": "todo @fractalhq do this ty",
66
"contributors": [

0 commit comments

Comments
 (0)