Skip to content

Commit 492560e

Browse files
committed
Version 0.4.0
1 parent 6d1c840 commit 492560e

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
@@ -40,6 +40,10 @@ PHP imports formatter for Visual Studio Code.
4040

4141
## Release Notes
4242

43+
### 0.4.0
44+
45+
* Added support for PHP `declare` syntax
46+
4347
### 0.3.0
4448

4549
* Added init command that creates `.phpimportsrc` config from current workspace configuration

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.3.0",
6+
"version": "0.4.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/Tarik02/vscode-php-imports"

0 commit comments

Comments
 (0)