Skip to content

Commit db8fd37

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.2...v2.1.0) (2025-09-09) ### Features * modernize dependencies and ensure Zod v3.25.76 MCP SDK compatibility ([#80](#80)) ([9eb21f0](9eb21f0))
1 parent 9eb21f0 commit db8fd37

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.0](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v2.0.2...v2.1.0) (2025-09-09)
2+
3+
4+
### Features
5+
6+
* modernize dependencies and ensure Zod v3.25.76 MCP SDK compatibility ([#80](https://github.com/aashari/mcp-server-atlassian-confluence/issues/80)) ([9eb21f0](https://github.com/aashari/mcp-server-atlassian-confluence/commit/9eb21f0df2d2870ce888fe8cb3bd87ee0822d666))
7+
18
## [2.0.2](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v2.0.1...v2.0.2) (2025-08-07)
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.2",
3+
"version": "2.1.0",
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)