Skip to content

Commit 86e0756

Browse files
author
RMacfarlane
committed
Update version to 0.11.0
1 parent 04e569f commit 86e0756

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
0.11.0
2+
3+
***Changes***
4+
- Add support for deleting a PR after close or merge [#350](https://github.com/microsoft/vscode-pull-request-github/issues/350)
5+
- Update GraphQL timeline event query
6+
- Update dependencies
7+
8+
***Bug fixes***
9+
- Fix formatting of GitHub errors [#1298](https://github.com/microsoft/vscode-pull-request-github/issues/1298)
10+
- Show error when user doesn't have permission to push to remote [#1299](https://github.com/microsoft/vscode-pull-request-github/issues/1299)
11+
- Remove usage of rootPath and fix suggested edits [#1312](https://github.com/microsoft/vscode-pull-request-github/issues/1312)
12+
- Disable 'Checkout' and 'Exit Review Mode' buttons while actions are in progress [#1312](https://github.com/microsoft/vscode-pull-request-github/issues/1312)
13+
- Calculate unique branch name for PRs from forks [#1294](https://github.com/microsoft/vscode-pull-request-github/issues/1294)
14+
- Fix 'Error: No matching file found' problem when adding comments [#1308](https://github.com/microsoft/vscode-pull-request-github/issues/1308)
15+
- Initialize extension with repository that is currently selected in the source control view [#1330](https://github.com/microsoft/vscode-pull-request-github/issues/1330)
16+
- Handle error on unshallow [#1328](https://github.com/microsoft/vscode-pull-request-github/issues/1328)
17+
118
0.10.0
219

320
***Changes***

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"enableProposedApi": true,
1414
"preview": true,
15-
"version": "0.10.0",
15+
"version": "0.11.0",
1616
"publisher": "GitHub",
1717
"engines": {
18-
"vscode": "^1.37.0"
18+
"vscode": "^1.38.0"
1919
},
2020
"categories": [
2121
"Other"

0 commit comments

Comments
 (0)