diff --git a/CHANGELOG.md b/CHANGELOG.md index ed0a333..9fdcfe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index d0b04fb..d3fa0b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kolatts/pncli", - "version": "5.0.2", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@kolatts/pncli", - "version": "5.0.2", + "version": "5.1.0", "license": "Apache-2.0", "dependencies": { "@inquirer/checkbox": "^5.2.1", diff --git a/package.json b/package.json index 334dec1..d587c8d 100644 --- a/package.json +++ b/package.json @@ -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": {