From 47e12d3ae775171cf9408222a90b6e5843cc3df6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 10:42:57 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @pmndrs/docs@3.4.2 [skip ci] --- .changeset/mcp-server-install-section.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/mcp-server-install-section.md diff --git a/.changeset/mcp-server-install-section.md b/.changeset/mcp-server-install-section.md deleted file mode 100644 index 8a64f58d..00000000 --- a/.changeset/mcp-server-install-section.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pmndrs/docs': patch ---- - -Add an MCP server install section on the home page (Claude Code shortcut + JSON config for other clients, link to the MCP remote-servers spec, mention of per-lib `llms.txt`). Also bundles the earlier MCP server URL / client configuration fix. diff --git a/CHANGELOG.md b/CHANGELOG.md index f5424269..898726fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @pmndrs/docs +## 3.4.2 + +### Patch Changes + +- [#551](https://github.com/pmndrs/docs/pull/551) [`2f35751`](https://github.com/pmndrs/docs/commit/2f357512cc318727d2a081810031d6a1a0f24cbc) Thanks [@abernier](https://github.com/abernier)! - Add an MCP server install section on the home page (Claude Code shortcut + JSON config for other clients, link to the MCP remote-servers spec, mention of per-lib `llms.txt`). Also bundles the earlier MCP server URL / client configuration fix. + ## 3.4.1 ### Patch Changes diff --git a/package.json b/package.json index 05bd24a6..6380ce37 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pmndrs/docs", "private": true, - "version": "3.4.1", + "version": "3.4.2", "type": "module", "bin": { "build": "bin/build.mjs"