@indigoai-us/hq-cli 5.101.3 → 5.101.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,20 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased]
3
+ ## [5.101.4] — 2026-08-16
4
+
5
+ - No user-facing changes recorded.
4
6
 
5
7
  ## [5.101.3] — 2026-08-15
6
8
 
7
9
  ## [5.101.2] — 2026-08-15
8
10
 
11
+ ### Added
12
+
13
+ - `hq billing upgrade` opens the Stripe-hosted HQ Team checkout for the active
14
+ company. When an HQ API call returns `PLAN_LIMIT_EXCEEDED` (402), interactive
15
+ CLI flows now offer the same upgrade path; noninteractive clients are not
16
+ prompted. (#383, #376)
17
+
9
18
  ### Fixed
10
19
 
11
20
  - Self-update now detects Bun-managed global installs and runs `bun add -g`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigoai-us/hq-cli",
3
- "version": "5.101.3",
3
+ "version": "5.101.4",
4
4
  "description": "HQ by Indigo management CLI — modules and cloud sync",
5
5
  "main": "dist/index.js",
6
6
  "bin": {