Skip to content

Commit af89936

Browse files
author
Rachel Macfarlane
committed
Update version to 0.2.3
1 parent df67d8c commit af89936

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.2.3
2+
- Fix [#607], read `~/.ssh/config` to resolve hosts
3+
- Fix [#572], by [@yoh1496], add support for GitHub Enterprise behind a proxy
4+
- Fix [#658], ensure correct button enablement when reloading pending comment from cache
5+
- Fix [#649], make sure selecting a different folder is responsive after adding it to the workspace
6+
17
0.2.2
28

39
- Add support for editing and deleting comments [#107](https://github.com/Microsoft/vscode-pull-request-github/issues/107)

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

0 commit comments

Comments
 (0)