Skip to content

Commit e23f616

Browse files
committed
Bump to v4.8.3 for adding request headers
1 parent 40888cd commit e23f616

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## v4.8.3
4+
5+
* Add request headers
6+
7+
## v4.8.2
8+
9+
* CVE fixes for various packages
10+
11+
## v4.8.1
12+
13+
* feat: add env config options for mcp servers
14+
315
## v4.8.0
416

517
* Update LOGO and fix logger

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "ChatGPT Copilot",
55
"icon": "images/ai-logo.png",
66
"description": "An VS Code ChatGPT Copilot Extension",
7-
"version": "4.8.2",
7+
"version": "4.8.3",
88
"aiKey": "",
99
"repository": {
1010
"url": "https://github.com/feiskyer/chatgpt-copilot"
@@ -691,4 +691,4 @@
691691
"punycode": "2.3.1",
692692
"clone-deep": "^4.0.1"
693693
}
694-
}
694+
}

0 commit comments

Comments
 (0)