Skip to content

Commit 7f81648

Browse files
chore(release): 1.32.0 [skip ci]
# [1.32.0](v1.31.3...v1.32.0) (2025-08-02) ### Features * add informational logging for page listing operations ([767e13d](767e13d))
1 parent 767e13d commit 7f81648

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+
# [1.32.0](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v1.31.3...v1.32.0) (2025-08-02)
2+
3+
4+
### Features
5+
6+
* add informational logging for page listing operations ([767e13d](https://github.com/aashari/mcp-server-atlassian-confluence/commit/767e13d8784540b0fd5e2ea40916b40da1586c19))
7+
18
## [1.31.3](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v1.31.2...v1.31.3) (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": "1.31.3",
3+
"version": "1.32.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)