Skip to content

Commit ac74ab3

Browse files
authored
0.116.1 (#7590)
1 parent d7d5afd commit ac74ab3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 0.116.1
4+
5+
### Fixes
6+
7+
- Closing a PR causes a flurry of search API calls. https://github.com/microsoft/vscode-pull-request-github/issues/7537
8+
- Opening a PR description can cause a flurry of GitHub search API calls. https://github.com/microsoft/vscode-pull-request-github/issues/7542
9+
310
## 0.116.0
411

512
### Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"tokenInformation",
3838
"treeViewMarkdownMessage"
3939
],
40-
"version": "0.116.0",
40+
"version": "0.116.1",
4141
"publisher": "GitHub",
4242
"engines": {
4343
"vscode": "^1.103.0"

0 commit comments

Comments
 (0)