@holdyourvoice/hyv 2.8.4 → 2.8.6
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.
- package/CHANGELOG.md +11 -0
- package/dist/index.js +385 -375
- package/package.json +1 -1
- package/scripts/postinstall.js +2 -10
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
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.8.6] — 2026-06-12
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
- `hyv welcome` — short onboarding: 4 steps, one-line demo, subscribe prompt (full lists moved to `hyv free`)
|
|
9
|
+
- Shorter postinstall message before auto-welcome
|
|
10
|
+
|
|
11
|
+
## [2.8.5] — 2026-06-12
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- `hyv welcome` slimmed down (superseded by 2.8.6 — use `npm i -g @holdyourvoice/hyv@2.8.6`)
|
|
15
|
+
|
|
5
16
|
## [2.8.4] — 2026-06-12
|
|
6
17
|
|
|
7
18
|
### Fixed
|