From c48602f5129cf17fa756e1ec22d5fcea54c8769b Mon Sep 17 00:00:00 2001 From: Tarik02 Date: Wed, 24 Feb 2021 23:29:36 +0200 Subject: [PATCH] Version 0.1.7 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f71cd32..e00a287 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ PHP imports formatter for Visual Studio Code. ## Release Notes +### 0.1.7 + +* Fix issue with namespaces or imports containing digits + ### 0.1.6 * Disable formatting in files without uses diff --git a/package.json b/package.json index 2b59f89..799ec52 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.1.6", + "version": "0.1.7", "repository": { "type": "git", "url": "https://github.com/Tarik02/vscode-php-imports"