Skip to content

Commit 1a4e23e

Browse files
committed
feat: update version to 0.5.63 and bump OpenClaw to 2026.3.13
1 parent 4f56a16 commit 1a4e23e

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

openclaw_assistant/CHANGELOG.md

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

33
All notable changes to the OpenClaw Assistant Home Assistant Add-on will be documented in this file.
44

5+
## [0.5.63] - 2026-03-14
6+
7+
### Changed
8+
- Bump OpenClaw to 2026.3.13.
9+
510
## [0.5.62] - 2026-03-10
611

712
### Fixed

openclaw_assistant/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ USER root
114114

115115
# Install OpenClaw globally
116116
RUN npm config set fund false && npm config set audit false \
117-
&& npm install -g openclaw@2026.3.8
117+
&& npm install -g openclaw@2026.3.13
118118

119119
# Shell aliases and color options for interactive use
120120
RUN tee -a /etc/bash.bashrc <<'EOF'

openclaw_assistant/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: OpenClaw Assistant
2-
version: "0.5.62"
2+
version: "0.5.63"
33
slug: openclaw_assistant
44
description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on.
55
url: https://github.com/techartdev/OpenClawHomeAssistant

0 commit comments

Comments
 (0)