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
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

All notable changes to `@gethookmyapp/cli` are documented here.

## Unreleased
## 0.14.12 — 2026-08-12

### Added

- `hookmyapp alerts phone status|set|verify`: set the phone number HookMyApp texts when something breaks. Per user, not per workspace (AIT-376).
- `hookmyapp alerts phone status|set|verify|remove|consents`: manage the phone number HookMyApp texts when something breaks. Per user, not per workspace. `set <phone> --code <code>` verifies a code already in hand without sending a new one; `remove` asks for confirmation (`--yes` to skip) (AIT-376, AIT-383).
- `hookmyapp org profile [show]` and `org profile set --website/--business-category/--business-niche/--primary-use-case/--email/--phone` — read and update the organization's company profile. Org admins only (AIT-370).

### Changed

- The feed is now **notifications** end to end: `hookmyapp notifications list|ack`, and notification ids are `ntf_…` (AIT-381).
- One alert-phone surface: the early top-level `hookmyapp phone` command (never published) is gone; `hookmyapp alerts phone` is the command family (AIT-385).
- The unread-notifications nudge reads its legacy cache file location as a fallback, so upgrading does not re-nudge on day one.

## 0.14.11 — 2026-08-08

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": "@gethookmyapp/cli",
"version": "0.14.11",
"version": "0.14.12",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
"description": "HookMyApp CLI, No BS. Just go live.",
"type": "module",
"bin": {
Expand Down
Loading