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 45c351a commit e04b4adCopy full SHA for e04b4ad
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## 0.5.1
4
+
5
+### Chores
6
7
+- \#171 update dependency `vue-eslint-parser` to v8.3.0
8
+- \#178 update dependency `ejs` to v3.1.8
9
+- \#186 update dependency `commander` to v9.3.0
10
+- \#187 update dependency `express` to v4.18.1
11
12
+### Fixes
13
14
+- Fails to render when the component uses optional chaining operator \#174 from @nachodd
15
16
## 0.5.0
17
18
change package type to `module`.
package.json
@@ -1,6 +1,6 @@
{
"name": "@tkskto/vue-component-analyzer",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "Analyze dependency tree for Vue.js SFC (Single File Component)",
"type": "module",
"bin": {
0 commit comments