Skip to content

Commit e04b4ad

Browse files
committed
v0.5.1
1 parent 45c351a commit e04b4ad

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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+
316
## 0.5.0
417

518
change package type to `module`.

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.0",
3+
"version": "0.5.1",
44
"description": "Analyze dependency tree for Vue.js SFC (Single File Component)",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)