Skip to content

Commit 82f900e

Browse files
chore: release v0.0.9
1 parent 71ffbfb commit 82f900e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/content/changelog.mdx

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

3+
## [0.0.9](https://github.com/shenjingnan/home-mcp/compare/v0.0.8...v0.0.9) (2025-11-24)
4+
5+
* 修复工具入参类型不正确问题 ([#57](https://github.com/shenjingnan/home-mcp/pull/57))
6+
* 更新文档 ([#56](https://github.com/shenjingnan/home-mcp/pull/56))
7+
38
## [0.0.8](https://github.com/shenjingnan/home-mcp/compare/v0.0.7...v0.0.8) (2025-11-23)
49

510
* 优化 Home Assistant 状态查询和设备筛选机制 ([#55](https://github.com/shenjingnan/home-mcp/pull/55))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "home-mcp",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Home Assistant MCP Server - A Model Context Protocol server for smart home integration",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)