@holdyourvoice/hyv 2.9.7 → 2.9.8

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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  All notable CLI changes. Also mirrored to [holdyourvoice.com/changelog](https://holdyourvoice.com/changelog) for user-facing releases.
4
4
 
5
+ ## [2.9.7] — 2026-06-12
6
+
7
+ ### Fixed
8
+ - `hyv sync` — profiles with spaces or missing slugs (e.g. "Say About Us") no longer crash with "Invalid profile name"
9
+ - Welcome step 4 — clearer sync failure messages (HTTP status / server error)
10
+
11
+ ## [2.9.6] — 2026-06-12
12
+
13
+ ### Fixed
14
+ - Welcome profile sync — server accepts `content` markdown from step 4 (upsert, no duplicate-profile 403)
15
+ - Dashboard handoff — opens `/app/billing` with session cookie; falls back to billing URL if handoff fails
16
+ - Edge worker handles `/cli/auth/web-handoff` (no container lag)
17
+
18
+ ### Changed
19
+ - `hyv open dashboard` and paid-feature copy point to `/app` not `/dashboard`
20
+
5
21
  ## [2.9.5] — 2026-06-12
6
22
 
7
23
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holdyourvoice/hyv",
3
- "version": "2.9.7",
3
+ "version": "2.9.8",
4
4
  "description": "Free local AI writing scan for cursor & claude. MCP server, 220+ pattern detection, voice profiles. npx @holdyourvoice/hyv welcome",
5
5
  "main": "dist/index.js",
6
6
  "bin": {