Skip to content

Commit 8b862ed

Browse files
committed
Merge remote-tracking branch 'origin/develop' into feature/migration-from-axios-to-fetch
2 parents ca598b2 + ebb1265 commit 8b862ed

File tree

4 files changed

+255
-73
lines changed

4 files changed

+255
-73
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Jira.js changelog
22

3+
## 5.2.2
4+
- Fixed url for `version2.issues.bulkFetchIssues`. Thanks @genio, for reporting.
5+
36
## 5.2.1
47

58
### Bug Fixes

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jira.js",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"description": "A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.",
55
"repository": "https://github.com/MrRefactoring/jira.js.git",
66
"homepage": "https://mrrefactoring.github.io/jira.js",
@@ -63,7 +63,8 @@
6363
"rest-client",
6464
"http-client",
6565
"esm",
66-
"cjs"
66+
"cjs",
67+
"axios"
6768
],
6869
"engines": {
6970
"node": ">=20"
@@ -115,6 +116,7 @@
115116
"code:formatting": "pnpm run replace:all && pnpm run prettier && pnpm run lint:fix && pnpm run replace:fixCodeBlockSemicolons"
116117
},
117118
"dependencies": {
119+
"axios": "^1.10.0",
118120
"mime": "^4.0.7",
119121
"zod": "^3.25.76"
120122
},
@@ -140,7 +142,7 @@
140142
"tslib": "^2.8.1",
141143
"typedoc": "^0.28.7",
142144
"typescript": "^5.8.3",
143-
"typescript-eslint": "^8.37.0",
145+
"typescript-eslint": "^8.38.0",
144146
"vitest": "^3.2.4"
145147
}
146148
}

0 commit comments

Comments
 (0)