Skip to content

Commit ede9d88

Browse files
alexr00Copilot
andauthored
0.138.0 (#8683)
Co-authored-by: Copilot <[email protected]>
1 parent 6596ede commit ede9d88

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.138.0
4+
5+
### Fixes
6+
7+
- Extension does not show all PR checks. https://github.com/microsoft/vscode-pull-request-github/issues/8640
8+
- File-scoped comment fails with "Error: File has been deleted". https://github.com/microsoft/vscode-pull-request-github/issues/8641
9+
- PR made without the UI is not linked to the existing branch. https://github.com/microsoft/vscode-pull-request-github/issues/8643
10+
311
## 0.136.0
412

513
### Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"treeItemMarkdownLabel",
4242
"treeViewMarkdownMessage"
4343
],
44-
"version": "0.136.0",
44+
"version": "0.138.0",
4545
"publisher": "GitHub",
4646
"engines": {
4747
"node": ">=20",

0 commit comments

Comments
 (0)