diff --git a/README.md b/README.md index e01f8a2..62fd352 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,15 @@ PHP imports formatter for Visual Studio Code. ## Release Notes +### 0.5.0 + +* Fixed release notes + +### 0.5.0 + +* Updated php-imports library to 0.5.0 +* Added grouped imports wrapping configuration + ### 0.4.0 * Added support for PHP `declare` syntax diff --git a/package.json b/package.json index e2377fd..d737ce7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "php-imports", "description": "PHP imports formatter for Visual Studio Code", "publisher": "tarik02", - "version": "0.5.0", + "version": "0.5.1", "repository": { "type": "git", "url": "https://github.com/Tarik02/vscode-php-imports"