diff --git a/CHANGELOG.md b/CHANGELOG.md index b8bf8f2..bbe8b86 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the "phpstan-vscode" extension will be documented in this file. +### 3.1.6 + +- Fix issue where language server hover wasn't working +- Ensure language server mode uses a different cache directory than the CLI mode to prevent them invalidating each others' caches. + ### 3.1.5 - When using single file mode, ignore errors related to no files being specified. This happens when the checked file is not in `paths`. diff --git a/package.json b/package.json index 5aa1ee9..f74ced4 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "phpstan-vscode", "displayName": "phpstan", "description": "PHPStan inline error provider", - "version": "3.1.5", + "version": "3.1.6", "engines": { "vscode": "^1.64.0", "node": ">=14.16.0"