vilvona 1.0.4 → 1.0.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/docs/index.html CHANGED
@@ -353,7 +353,7 @@
353
353
  <img src="logo.png" alt="Vilvona AI" />
354
354
  <span>Vilvona AI</span>
355
355
  </a>
356
- <span class="topnav-version">v1.0.4</span>
356
+ <span class="topnav-version">v1.0.5</span>
357
357
  </div>
358
358
  <div class="topnav-right">
359
359
  <a href="#quickstart" class="hide-mobile">Quickstart</a>
@@ -943,6 +943,13 @@
943
943
  <div class="doc-section fade-up" id="changelog">
944
944
  <h2>Changelog</h2>
945
945
 
946
+ <h3>v1.0.5 <span style="color:var(--muted);font-weight:400;font-size:0.85rem">2026-06-12</span></h3>
947
+ <ul>
948
+ <li>Fix: release workflow auto-publishes to npm AND creates GitHub Release on tag push</li>
949
+ <li>Fix: CI and release workflows updated for Node.js 24 compatibility</li>
950
+ <li>All install methods verified: npx, yarn dlx, pnpm dlx on Mac</li>
951
+ </ul>
952
+
946
953
  <h3>v1.0.4 <span style="color:var(--muted);font-weight:400;font-size:0.85rem">2026-06-12</span></h3>
947
954
  <ul>
948
955
  <li>Fix: <code>--version</code> now shows the actual installed version instead of hardcoded 1.0.0</li>
package/openclaw.mjs CHANGED
@@ -16,7 +16,7 @@ const VILVONA_VERSION = (() => {
16
16
  try {
17
17
  return _require("./package.json").version;
18
18
  } catch {
19
- return "1.0.3";
19
+ return "1.0.6";
20
20
  }
21
21
  })();
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vilvona",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Vilvona AI — Your personal AI that connects everything. Claude Fable 5 powered, works on mobile, Tamil & Hindi support.",
5
5
  "keywords": ["ai", "assistant", "claude", "fable5", "personal-ai", "whatsapp", "telegram", "slack", "tamil", "hindi", "self-hosted", "open-source", "chatbot", "automation"],
6
6
  "homepage": "https://vignesh2027.github.io/Vilvona-AI",