Skip to content

Commit 358ef2e

Browse files
chore: release v0.0.6
1 parent c829f60 commit 358ef2e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/content/changelog.mdx

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

3+
## [0.0.6](https://github.com/shenjingnan/home-mcp/compare/v0.0.5...v0.0.6) (2025-11-20)
4+
5+
* 区分Beta版和正式版的发布流程 ([#49](https://github.com/shenjingnan/home-mcp/pull/49))
6+
* 迁移到tsup构建工具并优化路径别名配置 ([#50](https://github.com/shenjingnan/home-mcp/pull/50))
7+
* 优化更新日志格式,移除commit类型前缀 ([#51](https://github.com/shenjingnan/home-mcp/pull/51))
8+
39
## [0.0.5](https://github.com/shenjingnan/home-mcp/compare/v0.0.4...v0.0.5) (2025-11-19)
410

511
* 实施统一的@/xxx格式路径别名系统 ([#48](https://github.com/shenjingnan/home-mcp/pull/48))

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