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
## 2026.1.15 (unreleased)
- TBD
## 2026.1.14-1
### Highlights

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "clawdbot",
"version": "2026.1.14-1",
"version": "2026.1.15",
"description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent",
"type": "module",
"main": "dist/index.js",