@gitkraken/provider-apis 0.42.0 → 0.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.44.0
4
+
5
+ - Added `approvePullRequest` to Azure DevOps
6
+ - Added `requestPullRequestChanges` to Azure DevOps
7
+ - Added `commentOnPullRequest` to Azure DevOps
8
+ - Added `getReviewsForPullRequest` to Azure DevOps
9
+
10
+ ## 0.43.0
11
+
12
+ - Added `getPullRequestForRepo` to Azure DevOps
13
+ - Added `getMergeBase` to Azure DevOps
14
+ - Added `getFileContents` to Azure DevOps
15
+ - Added `getPullRequestDiff` to Azure DevOps
16
+ - Added `application/octet-stream` response handling to `fetchWrapper`
17
+
3
18
  ## 0.42.0
4
19
 
5
20
  - Fixed PR bucketing so that mergeable PRs with outstanding review requests appear in both "Ready to Merge" and "Waiting for Review" buckets