chore: start 2026.1.15 (unreleased)

This commit is contained in:
Peter Steinberger
2026-01-15 16:47:19 +00:00
parent f25fe032c4
commit 2d1ae0916f
6 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 2026.1.15 (unreleased)
- TBD
## 2026.1.14-1 ## 2026.1.14-1
### Highlights ### Highlights

View File

@@ -93,7 +93,7 @@ Fetch a URL and extract readable content.
maxChars: 50000, maxChars: 50000,
timeoutSeconds: 30, timeoutSeconds: 30,
cacheTtlMinutes: 15, cacheTtlMinutes: 15,
userAgent: "clawdbot/2026.1.14-1" userAgent: "clawdbot/2026.1.15"
} }
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@clawdbot/matrix", "name": "@clawdbot/matrix",
"version": "2026.1.14-1", "version": "2026.1.15",
"type": "module", "type": "module",
"description": "Clawdbot Matrix channel plugin", "description": "Clawdbot Matrix channel plugin",
"clawdbot": { "clawdbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@clawdbot/voice-call", "name": "@clawdbot/voice-call",
"version": "2026.1.14-1", "version": "2026.1.15",
"type": "module", "type": "module",
"description": "Clawdbot voice-call plugin", "description": "Clawdbot voice-call plugin",
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@clawdbot/zalo", "name": "@clawdbot/zalo",
"version": "2026.1.14-1", "version": "2026.1.15",
"type": "module", "type": "module",
"description": "Clawdbot Zalo channel plugin", "description": "Clawdbot Zalo channel plugin",
"clawdbot": { "clawdbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "clawdbot", "name": "clawdbot",
"version": "2026.1.14-1", "version": "2026.1.15",
"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",