From f41d0be6bdd1cc607a6145868bc7e997e08d2048 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 16:40:20 +0000 Subject: [PATCH] chore(main): release 0.14.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 414ce02..fc6a4eb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "0.14.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6b83f..8f42077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # phui +## [0.14.1](https://github.com/phall1/phui/compare/v0.14.0...v0.14.1) (2026-08-09) + + +### Bug Fixes + +* **release:** publish under the [@phall](https://github.com/phall) npm scope, not [@phall1](https://github.com/phall1) ([#6](https://github.com/phall1/phui/issues/6)) ([fd2f7fa](https://github.com/phall1/phui/commit/fd2f7fa6cf9353792a412b93d4c3edfd37c35855)) + ## [0.14.0](https://github.com/phall1/phui/compare/v0.13.0...v0.14.0) (2026-08-09) diff --git a/package.json b/package.json index 995c928..eb5bd2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phall/phui", - "version": "0.14.0", + "version": "0.14.1", "description": "Terminal UI for GitHub pull requests — a fork of kitlangton/ghui", "type": "module", "license": "MIT",