diff --git a/CHANGELOG.md b/CHANGELOG.md index eabbdad..3ce0747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 --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 diff --git a/package-lock.json b/package-lock.json index bb25850..7ddb61f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gethookmyapp/cli", - "version": "0.14.10", + "version": "0.14.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gethookmyapp/cli", - "version": "0.14.10", + "version": "0.14.12", "license": "MIT", "dependencies": { "@inquirer/prompts": "^7.0.0", diff --git a/package.json b/package.json index 424106a..db4f314 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gethookmyapp/cli", - "version": "0.14.11", + "version": "0.14.12", "description": "HookMyApp CLI, No BS. Just go live.", "type": "module", "bin": {