Skip to content

Commit 7aa4f62

Browse files
committed
chore: update version.
1 parent af0e187 commit 7aa4f62

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
# Changelog
22

3+
## 0.6.0
4+
5+
### enhancement
6+
7+
- add getImportDeclarationTree API.
8+
9+
### Chores
10+
11+
- \#210 `express` to v4.8.12
12+
313
## 0.5.2
414

515
### Chores
616

717
- \#210 update dependency
8-
- `commander` to v9.4.1
9-
- `globby` to v13.1.2
10-
- `vue-eslint-parser` to v9.1.0
11-
- `ws` to v8.11.0
18+
- `commander` to v9.4.1
19+
- `globby` to v13.1.2
20+
- `vue-eslint-parser` to v9.1.0
21+
- `ws` to v8.11.0
1222

1323
## 0.5.1
1424

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.5.2",
3+
"version": "0.6.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)