chore: release 0.11.3
This commit is contained in:
parent
67e3f5250f
commit
94e65ba057
@ -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)
|
||||
|
||||
|
||||
11
package.json
11
package.json
@ -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"
|
||||
}
|
||||
|
||||
@ -1,2 +1,6 @@
|
||||
onlyBuiltDependencies:
|
||||
- esbuild
|
||||
overrides:
|
||||
body-parser: 2.2.1
|
||||
ip-address: 10.1.1
|
||||
vite: 8.0.13
|
||||
|
||||
Loading…
Reference in New Issue
Block a user