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 052ab00 commit 153128fCopy full SHA for 153128f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.58.1
4
+
5
+### Fixes
6
7
+- Replacing a label with another appears to work in vscode but doesn't. https://github.com/microsoft/vscode-pull-request-github/issues/4492
8
9
## 0.58.0
10
11
### Changes
package.json
@@ -21,7 +21,7 @@
21
"contribCommentEditorActionsMenu",
22
"quickDiffProvider"
23
],
24
- "version": "0.58.0",
+ "version": "0.58.1",
25
"publisher": "GitHub",
26
"engines": {
27
"vscode": "^1.75.0"
0 commit comments