Skip to content

Commit 9229d34

Browse files
committed
0.27.0
1 parent 98a72a6 commit 9229d34

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
Notable changes will be documented here.
33

4+
## [0.27.0]
5+
- Add system certificates to https proxy requests ([microsoft/vscode#235410](https://github.com/microsoft/vscode/issues/235410))
6+
47
## [0.26.0]
58
- Move fetch patching to agent package ([microsoft/vscode#228697](https://github.com/microsoft/vscode/issues/228697))
69

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode/proxy-agent",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"description": "NodeJS http(s) agent implementation for VS Code",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",

0 commit comments

Comments
 (0)