Skip to content

Commit e1aeb02

Browse files
committed
docs: update README.md
1 parent 6ac8094 commit e1aeb02

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Changelog
22

3-
## 0.6.0
3+
## 0.6.1
44

55
### enhancement
66

77
- add getImportDeclarationTree API.
88

99
### Chores
1010

11+
- use Node.js LTS for build in GitHub Actions.
1112
- \#210 `express` to v4.8.12
1213

1314
## 0.5.2

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