git-jira-shortcuts 1.0.12 → 1.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-jira-shortcuts",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Git + Jira workflow shortcuts for zsh — interactive branch switching, auto-prefixed commits, Jira integration, and more.",
5
5
  "author": "chipallen2",
6
6
  "license": "MIT",
@@ -441,6 +441,7 @@ gdiff() { # gdiff [*branch=m] | List files changed for PR to target branch + Git
441
441
  fi
442
442
  }
443
443
 
444
+ unalias gpr 2>/dev/null
444
445
  gpr() { # gpr [*branch=m] | Open GitHub compare URL from current branch to target branch
445
446
  local target_input="${1:-m}"
446
447
  local target