Skip to content

Commit a624ed2

Browse files
committed
chore: release v4.8.2
1 parent c5e82f6 commit a624ed2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# zaileys
22

3+
## 4.8.2
4+
5+
### Patch Changes
6+
7+
- Rewrite the Agent Skill suite to be provider-aware — the bundled AI skills now teach the official Meta Cloud API provider (`provider: 'cloud'`, `wa.webhook()`, `sendTemplate`, `wa.cloud.*`, cloud events, the 24-hour window, and cloud error codes) alongside the unofficial WhatsApp Web provider, including a new cloud reference, cloud recipes, anti-patterns, and troubleshooting.
8+
39
## 4.8.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zaileys",
33
"description": "Zaileys - Simplified WhatsApp Node.js TypeScript/JavaScript API",
4-
"version": "4.8.1",
4+
"version": "4.8.2",
55
"license": "MIT",
66
"type": "module",
77
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)