Skip to content

Commit ce34b65

Browse files
committed
chore(release): v5.5.0
1 parent e4f56b5 commit ce34b65

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [5.5.0] - 2025-05-26
9+
10+
### Added
11+
- Dev mode support for automatic MCP server restart on file changes during development
12+
- Documentation for `dev` configuration field with watch patterns and working directory
13+
- Enhanced development workflow with hot reload capabilities
14+
15+
### Changed
16+
- Updated mcp-hub dependency to v3.3.0 for dev mode support
17+
818
## [5.4.0] - 2025-05-24
919

1020
### Added
@@ -697,3 +707,4 @@ extensions = {
697707

698708

699709

710+

lua/mcphub/utils/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return {
2-
PLUGIN_VERSION = "5.4.0", -- Current plugin version
2+
PLUGIN_VERSION = "5.5.0", -- Current plugin version
33
REQUIRED_NODE_VERSION = { -- Required mcp-hub version
44
major = 3,
55
minor = 3,

0 commit comments

Comments
 (0)