Skip to content

Commit 0c0ee84

Browse files
author
Sander Ronde
committed
3.2.21
1 parent bb9b694 commit 0c0ee84

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the "phpstan-vscode" extension will be documented in this file.
44

5+
## 3.2.21
6+
7+
- Pass docker environment variables to docker process
8+
59
## 3.2.20
610

711
- Fix bug where the UI would hang while checking

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "phpstan-vscode",
33
"displayName": "phpstan",
44
"description": "PHPStan inline error provider",
5-
"version": "3.2.20",
5+
"version": "3.2.21",
66
"engines": {
77
"vscode": "^1.64.0",
88
"node": ">=14.16.0"

0 commit comments

Comments
 (0)