Bump version to 0.1.62 and update changelog

This commit is contained in:
root
2026-04-04 16:34:00 +03:00
parent 94349460ea
commit a48b96123c
4 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
(async () => {
try {
if (!customElements.get("openclaw-chat-card")) {
const src = "/openclaw/openclaw-chat-card.js?v=0.1.61";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.62";
console.info("OpenClaw loader importing", src);
await import(src);
}