From 23396f98630e8bbef6d2684666e46c7cb92d3ffd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 00:30:25 +0000 Subject: [PATCH] chore(main): release 5.0.2 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd482ee..ed0a333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [5.0.2](https://github.com/kolatts/pncli/compare/v5.0.1...v5.0.2) (2026-09-16) + + +### Bug Fixes + +* **bitbucket:** send reviewer user.name instead of user.slug ([#462](https://github.com/kolatts/pncli/issues/462)) ([8f5eb51](https://github.com/kolatts/pncli/commit/8f5eb5159ef0f4dba183d5d95e0c6217f873df61)), closes [#461](https://github.com/kolatts/pncli/issues/461) +* **ci:** claude-review cannot submit formal reviews or clean up comments ([#465](https://github.com/kolatts/pncli/issues/465)) ([c0bc02f](https://github.com/kolatts/pncli/commit/c0bc02fceb0ce4e7a9544d38682eead417fa70ea)) +* issue [#456](https://github.com/kolatts/pncli/issues/456) (automated) ([#457](https://github.com/kolatts/pncli/issues/457)) ([7444833](https://github.com/kolatts/pncli/commit/7444833a23d06efbdd861a5de0d6f4eae2dcb72c)) +* **jira:** validate jira.customFields entries instead of crashing ([#459](https://github.com/kolatts/pncli/issues/459)) ([a2e8249](https://github.com/kolatts/pncli/commit/a2e8249ce3f4533aed585254c500238734857096)) + ## [5.0.1](https://github.com/kolatts/pncli/compare/v5.0.0...v5.0.1) (2026-09-10) diff --git a/package-lock.json b/package-lock.json index 132459b..d0b04fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kolatts/pncli", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@kolatts/pncli", - "version": "5.0.1", + "version": "5.0.2", "license": "Apache-2.0", "dependencies": { "@inquirer/checkbox": "^5.2.1", diff --git a/package.json b/package.json index 996d988..e69e4f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kolatts/pncli", - "version": "5.0.1", + "version": "5.0.2", "description": "The Paperwork Nightmare CLI — structured JSON access to Jira, Bitbucket, GitHub, Confluence, Azure DevOps, SonarQube, Jenkins, and more, built for AI coding agents. One command does what three meetings couldn't.", "type": "module", "bin": {