Skip to content

Commit ba8fd59

Browse files
authored
Merge pull request #106 from techartdev/bot/openclaw-bump-2026.4.2
chore: bump OpenClaw to 2026.4.2
2 parents 38e104d + dab02d2 commit ba8fd59

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.65] - 2026-04-04
6+
7+
### Changed
8+
- Bump OpenClaw to 2026.4.2.
9+
510
## [0.5.63] - 2026-03-14
611

712
### Changed

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.13
117+
&& npm install -g openclaw@2026.4.2
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.63"
2+
version: "0.5.65"
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)