diff --git a/CHANGELOG.md b/CHANGELOG.md index 076f105..ad8802c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "phpstan-vscode" extension will be documented in this file. +### 3.1.10 + +- Use a separate cachedir for each workspace when using the language server + ### 3.1.9 - Fix bug on Windows where errors would disappear when opening the file. diff --git a/package.json b/package.json index d949d55..cffc476 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "phpstan-vscode", "displayName": "phpstan", "description": "PHPStan inline error provider", - "version": "3.1.9", + "version": "3.1.10", "engines": { "vscode": "^1.64.0", "node": ">=14.16.0"