Skip to content

Commit 479dcef

Browse files
committed
chore: update version and Changelog
1 parent f9e54fd commit 479dcef

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## 0.9.0
4+
5+
### Fixes
6+
7+
- fixed parsing process of defineProps \#308 from @Disservin
8+
- add support tsconfig path aliases \#309 from @Disservin
9+
10+
Thank you for your issue!
11+
12+
### Chores
13+
14+
- \#300 `mkdirp` to v3.0.1
15+
- \#303 `vue-eslint-parser` to v9.4.2
16+
- \#336 `globby` to v14.0.1
17+
- \#345 `ws` to v8.17.0
18+
- \#348 `ejs` to v3.1.10
19+
- \#352 `commander` to v12.1.0
20+
321
## 0.8.0
422

523
### enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tkskto/vue-component-analyzer",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Analyze dependency tree for Vue.js SFC (Single File Component)",
55
"type": "module",
66
"main": "./dist/index.mjs",

0 commit comments

Comments
 (0)