Skip to content

Commit 556edb0

Browse files
authored
Merge pull request #14 from ghostdevv/changeset-release/main
2 parents 733de0a + 4add9c6 commit 556edb0

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/serious-grapes-cheat.md

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

CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- fix: `__VERSION__` is not defined error ([`922d20f`](https://github.com/ghostdevv/extractinator/commit/922d20f206bb437a25ce01fbb7e00c7795497a30))
8+
39
## 0.2.0
410

511
### 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.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"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.",
66
"contributors": [

0 commit comments

Comments
 (0)