Skip to content

Commit 5eba963

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.0...v3.1.0) (2025-11-30) ### Features * add TOON output format for token-efficient LLM responses ([#155](#155)) ([50de5b9](50de5b9))
1 parent 50de5b9 commit 5eba963

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+
# [3.1.0](https://github.com/aashari/mcp-server-atlassian-jira/compare/v3.0.0...v3.1.0) (2025-11-30)
2+
3+
4+
### Features
5+
6+
* add TOON output format for token-efficient LLM responses ([#155](https://github.com/aashari/mcp-server-atlassian-jira/issues/155)) ([50de5b9](https://github.com/aashari/mcp-server-atlassian-jira/commit/50de5b921a2f896de3834e70ac8f6e965d2b6a97))
7+
18
# [3.0.0](https://github.com/aashari/mcp-server-atlassian-jira/compare/v2.1.1...v3.0.0) (2025-11-28)
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": "3.0.0",
3+
"version": "3.1.0",
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)