We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37655fe commit 473f96eCopy full SHA for 473f96e
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.122.1
4
+
5
+### Fixes
6
7
+- Only one reviewer can be seen on the PR page. https://github.com/microsoft/vscode-pull-request-github/issues/8131
8
+- Drop down not doing anything. https://github.com/microsoft/vscode-pull-request-github/issues/8149
9
+- Pull in icon fixes. https://github.com/microsoft/vscode-pull-request-github/issues/8159
10
11
## 0.122.0
12
13
### Changes
package.json
@@ -38,7 +38,7 @@
38
"treeItemMarkdownLabel",
39
"treeViewMarkdownMessage"
40
],
41
- "version": "0.122.0",
+ "version": "0.122.1",
42
"publisher": "GitHub",
43
"engines": {
44
"vscode": "^1.106.0"
0 commit comments