holistic 0.4.1 → 0.4.2
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 +7 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.2 - 2026-03-26
|
|
4
|
+
|
|
5
|
+
Published the README heading fix that should have landed with the prior patch release.
|
|
6
|
+
|
|
7
|
+
- Renamed the README section heading from `What it feels like now` to `What it feels like with HOLISTIC` so the public docs match the intended wording.
|
|
8
|
+
- Re-published the package so npm and GitHub both reflect the corrected README copy.
|
|
9
|
+
|
|
3
10
|
## 0.4.1 - 2026-03-26
|
|
4
11
|
|
|
5
12
|
Polished the public README language and improved how Holistic surfaces top-level command failures.
|
package/README.md
CHANGED