Skip to content

Commit 8c11474

Browse files
author
RMacfarlane
committed
Update version to 0.14.0
1 parent 3375b2a commit 8c11474

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.14.0
2+
3+
**Changes**
4+
- Remove branching logic for graphql [1431](https://github.com/microsoft/vscode-pull-request-github/issues/1431)
5+
6+
**Bug fixes**
7+
- Set 'authServer' query parameter when opening login url [1440](https://github.com/microsoft/vscode-pull-request-github/issues/1440)
8+
- Prevent reflow of PR title on hover [1450](https://github.com/microsoft/vscode-pull-request-github/issues/1450)
9+
- Show rendered markdown after editing on description page [1457](https://github.com/microsoft/vscode-pull-request-github/issues/1457)
10+
- Better error handling for deleting local branches [1465](https://github.com/microsoft/vscode-pull-request-github/issues/1465)
11+
- Migrate to asExternalUri API [1475](https://github.com/microsoft/vscode-pull-request-github/issues/1475)
12+
113
0.13.0
214

315
We saw a huge amount of community participation this release, thank you so much to everyone who contributed!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"enableProposedApi": true,
1414
"preview": true,
15-
"version": "0.13.0",
15+
"version": "0.14.0",
1616
"publisher": "GitHub",
1717
"engines": {
1818
"vscode": "^1.40.0"

0 commit comments

Comments
 (0)