We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e1ea2 commit d8088a6Copy full SHA for d8088a6
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+0.12.0
2
+- Adopt `createAppUri` API in authentication flow [1354](https://github.com/microsoft/vscode-pull-request-github/pull/1345)
3
+
4
0.11.2
5
6
**Bug fixes**
package.json
@@ -12,10 +12,10 @@
12
},
13
"enableProposedApi": true,
14
"preview": true,
15
- "version": "0.11.2",
+ "version": "0.12.0",
16
"publisher": "GitHub",
17
"engines": {
18
- "vscode": "^1.38.0"
+ "vscode": "^1.39.0"
19
20
"categories": [
21
"Other"
0 commit comments