Skip to content

Commit 304a78b

Browse files
chore(release): 1.18.1 [skip ci]
## [1.18.1](v1.18.0...v1.18.1) (2025-05-01) ### Bug Fixes * align CLI/Tool layers and remove redundant search types ([74bc7e5](74bc7e5)) * **cli:** Align command names and descriptions with tool definitions ([879f5ad](879f5ad)) * manually set version to 1.18.2 ([a83e700](a83e700)) ### Performance Improvements * Update dependencies ([bbbff45](bbbff45))
1 parent 3f69def commit 304a78b

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
## [1.18.1](https://github.com/aashari/mcp-server-atlassian-jira/compare/v1.18.0...v1.18.1) (2025-05-01)
22

33

4+
### Bug Fixes
5+
6+
* align CLI/Tool layers and remove redundant search types ([74bc7e5](https://github.com/aashari/mcp-server-atlassian-jira/commit/74bc7e54222b3b9419dafb920e63d82b3e2e38d5))
7+
* **cli:** Align command names and descriptions with tool definitions ([879f5ad](https://github.com/aashari/mcp-server-atlassian-jira/commit/879f5adce80546fb210fe2c24f420882f4c351dc))
8+
* manually set version to 1.18.2 ([a83e700](https://github.com/aashari/mcp-server-atlassian-jira/commit/a83e700b6b7080b87872c5543ec1045e47a49374))
9+
10+
11+
### Performance Improvements
12+
13+
* Update dependencies ([bbbff45](https://github.com/aashari/mcp-server-atlassian-jira/commit/bbbff4568fb14de78427da577526c377b518fae6))
14+
15+
## [1.18.1](https://github.com/aashari/mcp-server-atlassian-jira/compare/v1.18.0...v1.18.1) (2025-05-01)
16+
17+
418
### Bug Fixes
519

620
* align CLI/Tool layers and remove redundant search types ([74bc7e5](https://github.com/aashari/mcp-server-atlassian-jira/commit/74bc7e54222b3b9419dafb920e63d82b3e2e38d5))

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