From 0bde48f1bfc9cecaac53d04d500aaea6c3d31448 Mon Sep 17 00:00:00 2001 From: Breeze <805511939@qq.com> Date: Sat, 17 Apr 2021 17:07:10 +0800 Subject: [PATCH] chore(release): v1.1.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b87ee..e494367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [1.1.5] 17th April, 2021 + +- Errors disappear during analysis [#15](https://github.com/breeze2/vscode-phpstan/issues/15). Thanks @[Vaggal](https://github.com/Vaggal). + ## [1.1.4] 24th November, 2020 - Fix Error when attempting to lint file [#18](https://github.com/breeze2/vscode-phpstan/issues/18). Thanks @[jasonwilliams](https://github.com/jasonwilliams) and @[Silic0nS0ldier](https://github.com/Silic0nS0ldier). diff --git a/package.json b/package.json index 81601b9..06451c8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "phpstan", "displayName": "PHP Static Analysis", "description": "Static analysis support for PHP with PhpStan", - "version": "1.1.4", + "version": "1.1.5", "license": "MIT", "publisher": "breezelin", "engines": {