diff --git a/.changeset/three-mice-fry.md b/.changeset/three-mice-fry.md deleted file mode 100644 index cc6161a..0000000 --- a/.changeset/three-mice-fry.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'ghui': minor ---- - -Update PR branch with keyboard shortcut - -On the PRs page, select a PR with up/down arrow navigation and then press the following keys to update the PR branch with latest from the base branch: - -- `M`: `gh pr update-branch {number}` (merge by default) -- `R`: `gh pr update-branch {number} --rebase` diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fddd66..c061174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # ghui +## 0.3.0 + +### Minor Changes + +- 8d7bf22: Update PR branch with keyboard shortcut + + On the PRs page, select a PR with up/down arrow navigation and then press the following keys to update the PR branch with latest from the base branch: + - `M`: `gh pr update-branch {number}` (merge by default) + - `R`: `gh pr update-branch {number} --rebase` + ## 0.2.2 ### Patch Changes diff --git a/package.json b/package.json index 2062780..0c27a13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghui", - "version": "0.2.2", + "version": "0.3.0", "type": "module", "private": true, "devDependencies": {