Skip to content

Commit c48602f

Browse files
committed
Version 0.1.7
1 parent 3b36aa4 commit c48602f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ PHP imports formatter for Visual Studio Code.
3838

3939
## Release Notes
4040

41+
### 0.1.7
42+
43+
* Fix issue with namespaces or imports containing digits
44+
4145
### 0.1.6
4246

4347
* Disable formatting in files without uses

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "php-imports",
44
"description": "PHP imports formatter for Visual Studio Code",
55
"publisher": "tarik02",
6-
"version": "0.1.6",
6+
"version": "0.1.7",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/Tarik02/vscode-php-imports"

0 commit comments

Comments
 (0)