We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09d380 commit a2d06c2Copy full SHA for a2d06c2
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
Notable changes will be documented here.
3
4
+## [0.27.0]
5
+- Add system certificates to https proxy requests ([microsoft/vscode#235410](https://github.com/microsoft/vscode/issues/235410))
6
+
7
## [0.26.0]
8
- Move fetch patching to agent package ([microsoft/vscode#228697](https://github.com/microsoft/vscode/issues/228697))
9
package.json
@@ -1,6 +1,6 @@
{
"name": "@vscode/proxy-agent",
- "version": "0.26.0",
+ "version": "0.27.0",
"description": "NodeJS http(s) agent implementation for VS Code",
"main": "out/index.js",
"types": "out/index.d.ts",
0 commit comments