We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cddb60 commit 43565dfCopy full SHA for 43565df
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2.14.2
2
+
3
+### Bugs
4
5
+* Fixes login failures when proxy is misconfigured [\#2551]
6
7
# 2.14.1
8
9
### Bugs
package.json
@@ -16,7 +16,7 @@
16
"name": "Microsoft Corporation",
17
"email": "batchexplorer@microsoft.com"
18
},
19
- "version": "2.14.1",
+ "version": "2.14.2",
20
"main": "build/client/main.prod.js",
21
"scripts": {
22
"ts": "ts-node --project tsconfig.node.json --files",
0 commit comments