Skip to content

Commit ec07796

Browse files
chore: release v0.0.7
1 parent 91cf2bd commit ec07796

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.7](https://github.com/shenjingnan/home-mcp/compare/v0.0.6...v0.0.7) (2025-11-23)
4+
5+
* 统一构建工具解决路径别名解析失败问题 ([#52](https://github.com/shenjingnan/home-mcp/pull/52))
6+
* 重构为最小可用版本,专注核心智能设备控制功能 ([#53](https://github.com/shenjingnan/home-mcp/pull/53))
7+
38
## [0.0.6](https://github.com/shenjingnan/home-mcp/compare/v0.0.5...v0.0.6) (2025-11-20)
49

510
* 区分Beta版和正式版的发布流程 ([#49](https://github.com/shenjingnan/home-mcp/pull/49))

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.6",
3+
"version": "0.0.7",
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)