chore: release 0.11.3

This commit is contained in:
Peter Steinberger 2026-05-21 22:28:27 +01:00
parent 67e3f5250f
commit 94e65ba057
No known key found for this signature in database
3 changed files with 7 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# mcporter Changelog
## [0.11.3] - Unreleased
## [0.11.3] - 2026-05-21
- Fall back to `~/.mcporter/mcporter.json[c]` when `XDG_CONFIG_HOME` points at an empty mcporter config directory, preventing embedders from accidentally hiding the user server registry. (Issue #184, thanks @ChrisBot2026)

View File

@ -1,6 +1,6 @@
{
"name": "mcporter",
"version": "0.11.2",
"version": "0.11.3",
"description": "TypeScript runtime and CLI for connecting to configured Model Context Protocol servers.",
"keywords": [
"cli",
@ -103,12 +103,5 @@
"engines": {
"node": ">=24"
},
"packageManager": "pnpm@10.33.2",
"pnpm": {
"overrides": {
"body-parser": "2.2.1",
"ip-address": "10.1.1",
"vite": "8.0.13"
}
}
"packageManager": "pnpm@10.33.2"
}

View File

@ -1,2 +1,6 @@
onlyBuiltDependencies:
- esbuild
overrides:
body-parser: 2.2.1
ip-address: 10.1.1
vite: 8.0.13