chore: release 2026.1.24-2

This commit is contained in:
Peter Steinberger
2026-01-25 14:16:15 +00:00
parent a22ac64c47
commit d1dd8a1d69
2 changed files with 9 additions and 3 deletions

View File

@@ -2,6 +2,11 @@
Docs: https://docs.clawd.bot Docs: https://docs.clawd.bot
## 2026.1.24-2
### Fixes
- Packaging: include dist/link-understanding output in npm tarball (fixes missing apply.js import on install).
## 2026.1.24-1 ## 2026.1.24-1
### Fixes ### Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "clawdbot", "name": "clawdbot",
"version": "2026.1.24-1", "version": "2026.1.24-2",
"description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent", "description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",
@@ -33,6 +33,7 @@
"dist/macos/**", "dist/macos/**",
"dist/media/**", "dist/media/**",
"dist/media-understanding/**", "dist/media-understanding/**",
"dist/link-understanding/**",
"dist/process/**", "dist/process/**",
"dist/plugins/**", "dist/plugins/**",
"dist/plugin-sdk/**", "dist/plugin-sdk/**",