We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40888cd commit e23f616Copy full SHA for e23f616
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# CHANGELOG
2
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
15
## v4.8.0
16
17
* Update LOGO and fix logger
package.json
@@ -4,7 +4,7 @@
"displayName": "ChatGPT Copilot",
"icon": "images/ai-logo.png",
"description": "An VS Code ChatGPT Copilot Extension",
- "version": "4.8.2",
+ "version": "4.8.3",
"aiKey": "",
"repository": {
"url": "https://github.com/feiskyer/chatgpt-copilot"
@@ -691,4 +691,4 @@
691
"punycode": "2.3.1",
692
"clone-deep": "^4.0.1"
693
}
694
-}
+}
0 commit comments