From 598926a3f548137df00cac10521885e67e9bb2f6 Mon Sep 17 00:00:00 2001 From: Alex Ross <38270282+alexr00@users.noreply.github.com> Date: Tue, 7 Jul 2026 11:53:03 +0200 Subject: [PATCH] 0.156.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10baa3dd34..51926665ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.156.0 + +### Fixes + +- Attestation commit shows poorly on web. https://github.com/microsoft/vscode-pull-request-github/issues/8816 +- PR shows green checkmark for ready to commit even though branch protection policy is not met yet (review pending). https://github.com/microsoft/vscode-pull-request-github/issues/8813 +- Link to an issue doesn't work. https://github.com/microsoft/vscode-pull-request-github/issues/8774 + +**_Thank You_** + +* [@kamil-gwozdz (kamil-gwozdz)](https://github.com/kamil-gwozdz): Remove the `rateLimit` selection from the MaxPullRequest GraphQL query. [PR #8812](https://github.com/microsoft/vscode-pull-request-github/pull/8812) + ## 0.154.0 ### Changes diff --git a/package-lock.json b/package-lock.json index 0798e61a66..7a1708fc43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-pull-request-github", - "version": "0.154.0", + "version": "0.156.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-pull-request-github", - "version": "0.154.0", + "version": "0.156.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3646a99ff8..5c86731da1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "treeItemMarkdownLabel", "treeViewMarkdownMessage" ], - "version": "0.154.0", + "version": "0.156.0", "publisher": "GitHub", "engines": { "node": ">=20",