Skip to content

Commit cd0b6b5

Browse files
chore(release): 1.31.3 [skip ci]
## [1.31.3](v1.31.2...v1.31.3) (2025-08-02) ### Bug Fixes * standardize dependencies across MCP projects ([78a2f33](78a2f33))
1 parent 78a2f33 commit cd0b6b5

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.31.3](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v1.31.2...v1.31.3) (2025-08-02)
2+
3+
4+
### Bug Fixes
5+
6+
* standardize dependencies across MCP projects ([78a2f33](https://github.com/aashari/mcp-server-atlassian-confluence/commit/78a2f3340f4f471cc4d7c7aa8ab4291b9b5a3857))
7+
18
## [1.31.2](https://github.com/aashari/mcp-server-atlassian-confluence/compare/v1.31.1...v1.31.2) (2025-06-22)
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.2",
3+
"version": "1.31.3",
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)