Skip to content

Commit 77fe1b1

Browse files
authored
0.29.0 (#2881)
1 parent b4bb8a6 commit 77fe1b1

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
- Comments are visible in diffs opened from the commits file view. https://github.com/microsoft/vscode-pull-request-github/issues/2688
1717
- "Webview is disposed" error is fixed. https://github.com/microsoft/vscode-pull-request-github/issues/2444
1818

19+
**_Thank You_**
20+
21+
- Fix check fork details [#2806](https://github.com/microsoft/vscode-pull-request-github/pull/2806) by @binsee
22+
- chore: replace deprecated vscode-test with @vscode/test-electron [#2842](https://github.com/microsoft/vscode-pull-request-github/pull/2842) by @iChenLei
23+
1924
## 0.28.0
2025

2126
### Changes

Diff for: ThirdPartyNotices.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -880,9 +880,10 @@ THE SOFTWARE.
880880

881881
---------------------------------------------------------
882882

883-
@octokit/types 6.12.2 - MIT
883+
@octokit/types 6.10.0 - MIT
884884
https://github.com/octokit/types.ts#readme
885885

886+
Copyright (c) 2019 Octokit
886887

887888
MIT License Copyright (c) 2019 Octokit contributors
888889

@@ -897,10 +898,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
897898

898899
---------------------------------------------------------
899900

900-
@octokit/types 6.10.0 - MIT
901+
@octokit/types 6.12.2 - MIT
901902
https://github.com/octokit/types.ts#readme
902903

903-
Copyright (c) 2019 Octokit
904904

905905
MIT License Copyright (c) 2019 Octokit contributors
906906

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"enableProposedApi": true,
1414
"preview": true,
15-
"version": "0.28.0",
15+
"version": "0.29.0",
1616
"publisher": "GitHub",
1717
"engines": {
18-
"vscode": "^1.58.0"
18+
"vscode": "^1.59.0"
1919
},
2020
"categories": [
2121
"Other"

0 commit comments

Comments
 (0)