Skip to content

Commit 19cbbdb

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.32.0...v2.0.0) (2025-08-02) ### Features * implement smart title search and inline comments separation ([4dfc95c](4dfc95c)) ### BREAKING CHANGES * Title search behavior now includes automatic partial matching fallback
1 parent 4dfc95c commit 19cbbdb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v1.32.0...v2.0.0) (2025-08-02)
2+
3+
4+
### Features
5+
6+
* implement smart title search and inline comments separation ([4dfc95c](https://github.com/aashari/mcp-server-atlassian-confluence/commit/4dfc95ca1b816082dac5160ee3e6b55ab358d305))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Title search behavior now includes automatic partial matching fallback
12+
113
# [1.32.0](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v1.31.3...v1.32.0) (2025-08-02)
214

315

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": "1.32.0",
3+
"version": "2.0.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)