Skip to content

Commit 31f8408

Browse files
committed
chore: tagged version 0.6.4
refs #303
1 parent 5e63c88 commit 31f8408

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Fix for highlight when using classes in throw expression
66
- Fix for highlight when using classes in catch expression
7+
- Fix walking the source code tree
78

89
### 0.6.3
910

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php-import-checker",
33
"displayName": "PHP import checker",
44
"description": "Know when you are importing a class and is not using it in the file, easy and fast, inspired by PHPStorm",
5-
"version": "0.6.3",
5+
"version": "0.6.4",
66
"publisher": "marabesi",
77
"icon": "arrows.png",
88
"engines": {

0 commit comments

Comments
 (0)