Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down