1 parent 4017da4 commit 9a9d003Copy full SHA for 9a9d003
2 files changed
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.2.1
5
+
6
+[compare changes](https://github.com/ymansurozer/agents-vue/compare/v0.2.0...v0.2.1)
7
8
+### 🩹 Fixes
9
10
+- Serialize reconnect resume re-probes (parity with agents 0.17.2, #1837) ([#1837](https://github.com/ymansurozer/agents-vue/issues/1837))
11
12
+### ❤️ Contributors
13
14
+- Ymansurozer <ymansurozer@gmail.com>
15
16
## v0.2.0
17
18
[compare changes](https://github.com/ymansurozer/agents-vue/compare/v0.1.0...v0.2.0)
package.json
@@ -1,6 +1,6 @@
{
"name": "agents-vue",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "Vue 3 composable for Cloudflare Agents — a port of @cloudflare/ai-chat/react's useAgentChat.",
"keywords": [
"vue",
0 commit comments