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

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

## 0.14.18 — 2026-08-18

### Changed

- `hookmyapp billing` shows the new plans. The trial starts at signup on Business (7 days, 100,000 actions, no card needed): trial organizations see days left and actions used against that quota, with a reminder to add a card. Build, Scale, and Business organizations see their action count against the plan quota, with a next-plan hint when usage runs hot. Organizations on existing plans see the same output as before (AIT-420).
- `hookmyapp billing upgrade` for a trial that ended offers the plan your usage qualifies you for, with no plan picker. Existing plans keep the current picker (AIT-420).
- `--json` output adds `plan`, `actionsUsed`, `actionsQuota` (null means unlimited), and `trial` fields. All existing fields are unchanged (AIT-420).

## 0.14.16 — 2026-08-14

### Fixed
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.17",
"version": "0.14.18",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Synchronize the lockfile version

Update the two root-package version fields in package-lock.json alongside this release bump. They still identify the package as 0.14.17; a normal npm install --package-lock-only immediately rewrites them to 0.14.18, leaving release checkouts dirty and causing tooling that reads lockfile metadata to report the previous version.

Useful? React with 👍 / 👎.

"description": "HookMyApp CLI, No BS. Just go live.",
"type": "module",
"bin": {
Expand Down
Loading
Loading