Skip to content

Commit 26ee7c0

Browse files
author
RMacfarlane
committed
Update to version 0.15.0
1 parent f7d1271 commit 26ee7c0

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.15.0
2+
3+
**Bug fixes**
4+
- Update remotes setting description [1478](https://github.com/microsoft/vscode-pull-request-github/issues/1478)
5+
- Fix display of review comment summary on description page [1486](https://github.com/microsoft/vscode-pull-request-github/issues/1486)
6+
- Fix creation of PRs when source branch is not listed in remotes setting [1326](https://github.com/microsoft/vscode-pull-request-github/issues/1326)
7+
- Improve remote selection wording [866](https://github.com/microsoft/vscode-pull-request-github/issues/866)
8+
- Reorder comment reaction menu to match GitHub [1532](https://github.com/microsoft/vscode-pull-request-github/issues/1532)
9+
- Do not duplicate comments on tree refresh [1492](https://github.com/microsoft/vscode-pull-request-github/issues/1492)
10+
111
0.14.0
212

313
**Changes**

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.14.0",
15+
"version": "0.15.0",
1616
"publisher": "GitHub",
1717
"engines": {
1818
"vscode": "^1.43.0"

0 commit comments

Comments
 (0)