Skip to content

Commit ab40477

Browse files
author
RMacfarlane
committed
Update version to 0.9.0
1 parent 9235e7a commit ab40477

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
0.9.0
2+
3+
**Changes**
4+
- Adopt new commenting api [#1168](https://github.com/microsoft/vscode-pull-request-github/issues/1168)
5+
- Set tree selection on tree node when clicking on an inline action [1245](https://github.com/microsoft/vscode-pull-request-github/issues/1245)
6+
7+
**Bug fixes**
8+
- Command palette sign in not working [#1213](https://github.com/microsoft/vscode-pull-request-github/issues/1213)
9+
- Limit comment areas on the base side of diff editors to deleted lines [#153](https://github.com/microsoft/vscode-pull-request-github/issues/153)
10+
- Ensure extension activates when ssh config contains "Host *+*" [#1255](https://github.com/microsoft/vscode-pull-request-github/issues/1255)
11+
- Update wording of sign in notification [#757](https://github.com/microsoft/vscode-pull-request-github/issues/757)
12+
- Address @octokit/rest deprecations [#1227](https://github.com/microsoft/vscode-pull-request-github/issues/1255)
13+
114
0.8.0
215

316
**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.8.0",
15+
"version": "0.9.0",
1616
"publisher": "GitHub",
1717
"engines": {
1818
"vscode": "^1.35.0"

0 commit comments

Comments
 (0)