Skip to content

Commit 1d877f8

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2025-09-09) ### Bug Fixes * prevent dotenv from outputting to STDIO in MCP mode ([#82](#82)) ([a286143](a286143))
1 parent a286143 commit 1d877f8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.1](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v2.1.0...v2.1.1) (2025-09-09)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent dotenv from outputting to STDIO in MCP mode ([#82](https://github.com/aashari/mcp-server-atlassian-confluence/issues/82)) ([a286143](https://github.com/aashari/mcp-server-atlassian-confluence/commit/a28614315421ae9ea2cc7bb4074091f7fab0d877))
7+
18
# [2.1.0](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v2.0.2...v2.1.0) (2025-09-09)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aashari/mcp-server-atlassian-confluence",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Node.js/TypeScript MCP server for Atlassian Confluence. Provides tools enabling AI systems (LLMs) to list/get spaces & pages (content formatted as Markdown) and search via CQL. Connects AI seamlessly to Confluence knowledge bases using the standard MCP interface.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)