Skip to content

Commit 7f6aa30

Browse files
committed
Fix release notes, version 0.5.1
1 parent 3681b45 commit 7f6aa30

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ PHP imports formatter for Visual Studio Code.
4242

4343
## Release Notes
4444

45+
### 0.5.0
46+
47+
* Fixed release notes
48+
49+
### 0.5.0
50+
51+
* Updated php-imports library to 0.5.0
52+
* Added grouped imports wrapping configuration
53+
4554
### 0.4.0
4655

4756
* Added support for PHP `declare` syntax

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

0 commit comments

Comments
 (0)