Skip to content
Open
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [5.1.0](https://github.com/kolatts/pncli/compare/v5.0.2...v5.1.0) (2026-09-17)


### Features

* **alation:** add Alation integration and allow HTTP-only token exchange in the auth bar ([#473](https://github.com/kolatts/pncli/issues/473)) ([7ebd733](https://github.com/kolatts/pncli/commit/7ebd733a723b9d850ce3cd755d15a06dd75580e1))
* **figma:** support fetching a single node via --node-id or URL ([#467](https://github.com/kolatts/pncli/issues/467)) ([a28cd75](https://github.com/kolatts/pncli/commit/a28cd755038d915edbafb1a35f655995997b7028))


### Bug Fixes

* **ci:** build triage PR title and body from the commit when the agent skips the side files ([#469](https://github.com/kolatts/pncli/issues/469)) ([2064414](https://github.com/kolatts/pncli/commit/20644143286b64cf571422a1aefb9f858e97d47c))

## [5.0.2](https://github.com/kolatts/pncli/compare/v5.0.1...v5.0.2) (2026-09-16)


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.2",
"version": "5.1.0",
"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