Skip to content

Commit 6e7b702

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2025-08-07) ### Bug Fixes * add alternative config key documentation ([9d636b5](9d636b5))
1 parent 9d636b5 commit 6e7b702

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.0.1](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v2.0.0...v2.0.1) (2025-08-07)
2+
3+
4+
### Bug Fixes
5+
6+
* add alternative config key documentation ([9d636b5](https://github.com/aashari/mcp-server-atlassian-confluence/commit/9d636b5e2b574b5498c3e75522d3aa0164da594e))
7+
18
# [2.0.0](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v1.32.0...v2.0.0) (2025-08-02)
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.0.0",
3+
"version": "2.0.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)