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",