Skip to content

Commit b904168

Browse files
chore: release v0.0.4
1 parent 3a3b972 commit b904168

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/content/changelog.mdx

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

3+
## [0.0.4](https://github.com/shenjingnan/home-mcp/compare/v0.0.3...v0.0.4) (2025-11-19)
4+
5+
* (api): 优化Home Assistant API测试配置和环境变量 ([#41](https://github.com/shenjingnan/home-mcp/pull/41)) ([b0eb21a]())* (api): 新增Home Assistant API测试完整文档 ([#42](https://github.com/shenjingnan/home-mcp/pull/42)) ([77b371a]())* (build): 优化 NPM 包发布配置,控制发布文件范围 ([#44](https://github.com/shenjingnan/home-mcp/pull/44)) ([1b76f22]())* (ci): 重构GitHub发布工作流并重命名文件 ([#38](https://github.com/shenjingnan/home-mcp/pull/38)) ([dcc4657]())* (claude): 增强代码评审和commit生成功能 ([#39](https://github.com/shenjingnan/home-mcp/pull/39)) ([8b7e4dc]())* (config): 重构配置文件结构并优化代码规范设置 ([#43](https://github.com/shenjingnan/home-mcp/pull/43)) ([36c6c84]())* (docs): 重构更新日志为 MDX 格式并优化发布配置 ([#45](https://github.com/shenjingnan/home-mcp/pull/45)) ([09222bc]())
6+
37
## [0.0.4-beta.8](https://github.com/shenjingnan/home-mcp/compare/v0.0.3...v0.0.4-beta.8) (2025-11-19)
48

59
* (api): 优化Home Assistant API测试配置和环境变量 ([#41](https://github.com/shenjingnan/home-mcp/pull/41)) ([b0eb21a]())* (api): 新增Home Assistant API测试完整文档 ([#42](https://github.com/shenjingnan/home-mcp/pull/42)) ([77b371a]())* (build): 优化 NPM 包发布配置,控制发布文件范围 ([#44](https://github.com/shenjingnan/home-mcp/pull/44)) ([1b76f22]())* (ci): 重构GitHub发布工作流并重命名文件 ([#38](https://github.com/shenjingnan/home-mcp/pull/38)) ([dcc4657]())* (claude): 增强代码评审和commit生成功能 ([#39](https://github.com/shenjingnan/home-mcp/pull/39)) ([8b7e4dc]())* (config): 重构配置文件结构并优化代码规范设置 ([#43](https://github.com/shenjingnan/home-mcp/pull/43)) ([36c6c84]())* (docs): 重构更新日志为 MDX 格式并优化发布配置 ([#45](https://github.com/shenjingnan/home-mcp/pull/45)) ([09222bc]())

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.4-beta.8",
3+
"version": "0.0.4",
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)