Skip to content

Commit f3c97ce

Browse files
chore(release): 1.35.6 [skip ci]
## [1.35.6](v1.35.5...v1.35.6) (2025-06-02) ### Bug Fixes * replace Unix-specific chmod with cross-platform ensure-executable script ([5bec5dd](5bec5dd))
1 parent 5bec5dd commit f3c97ce

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.35.6](https://github.com/aashari/mcp-server-atlassian-jira/compare/v1.35.5...v1.35.6) (2025-06-02)
2+
3+
4+
### Bug Fixes
5+
6+
* replace Unix-specific chmod with cross-platform ensure-executable script ([5bec5dd](https://github.com/aashari/mcp-server-atlassian-jira/commit/5bec5dd15ef382027093c518c19a5fd1236fdee5))
7+
18
## [1.35.5](https://github.com/aashari/mcp-server-atlassian-jira/compare/v1.35.4...v1.35.5) (2025-06-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-jira",
3-
"version": "1.35.5",
3+
"version": "1.35.6",
44
"description": "Node.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)