We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac8094 commit e1aeb02Copy full SHA for e1aeb02
CHANGELOG.md
@@ -1,13 +1,14 @@
1
# Changelog
2
3
-## 0.6.0
+## 0.6.1
4
5
### enhancement
6
7
- add getImportDeclarationTree API.
8
9
### Chores
10
11
+- use Node.js LTS for build in GitHub Actions.
12
- \#210 `express` to v4.8.12
13
14
## 0.5.2
package.json
@@ -1,6 +1,6 @@
{
"name": "@tkskto/vue-component-analyzer",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "Analyze dependency tree for Vue.js SFC (Single File Component)",
"type": "module",
"main": "./dist/index.mjs",
0 commit comments