diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ca5b2f3d..4d87b1791c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.162.0 + +### Changes + +- Confirm before discarding pull request creation with unsaved changes. This can be disabled with the `"githubPullRequests.showCreatePullRequestCancelConfirmation"` setting. + +**_Thank You_** + +* [@Eiji-Kudo (Eiji)](https://github.com/Eiji-Kudo): Fix the Files node parent in the pull request changes tree. [PR #8846](https://github.com/microsoft/vscode-pull-request-github/pull/8846) + ## 0.160.0 ### Changes diff --git a/package-lock.json b/package-lock.json index 96a579895c..76f102c461 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-pull-request-github", - "version": "0.160.0", + "version": "0.162.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-pull-request-github", - "version": "0.160.0", + "version": "0.162.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6fe434ff85..a46b7d0ea1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "treeItemMarkdownLabel", "treeViewMarkdownMessage" ], - "version": "0.160.0", + "version": "0.162.0", "publisher": "GitHub", "engines": { "node": ">=20",