Skip to content

Commit 621f519

Browse files
chore(release): 2.11.0 [skip ci]
# [2.11.0](v2.10.1...v2.11.0) (2025-10-03) ### Bug Fixes * **build:** externalize native dependencies for ONNX Runtime deployment ([6f33bc9](6f33bc9)) * **docker:** migrate from Alpine to Debian for glibc compatibility ([db8d552](db8d552)) ### Features * add comprehensive UI/UX design system and agent capabilities ([55d4116](55d4116))
1 parent 428bfc5 commit 621f519

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.11.0](https://github.com/mrgoonie/human-mcp/compare/v2.10.1...v2.11.0) (2025-10-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **build:** externalize native dependencies for ONNX Runtime deployment ([6f33bc9](https://github.com/mrgoonie/human-mcp/commit/6f33bc9060a9c362cd823955f3202e56f82fcf27))
7+
* **docker:** migrate from Alpine to Debian for glibc compatibility ([db8d552](https://github.com/mrgoonie/human-mcp/commit/db8d552a84948a3f9de8f73c5d502ee19658f003))
8+
9+
10+
### Features
11+
12+
* add comprehensive UI/UX design system and agent capabilities ([55d4116](https://github.com/mrgoonie/human-mcp/commit/55d411630da440a10c0264c220d2e222c9d729b1))
13+
114
## [2.10.1](https://github.com/mrgoonie/human-mcp/compare/v2.10.0...v2.10.1) (2025-10-02)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goonnguyen/human-mcp",
3-
"version": "2.10.1",
3+
"version": "2.11.0",
44
"description": "Human MCP: Bringing Human Capabilities to Coding Agents",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)