Skip to content

Commit bd950af

Browse files
fixing bulkFetchIssues link (#395)
1 parent 2ef3d99 commit bd950af

File tree

4 files changed

+552
-552
lines changed

4 files changed

+552
-552
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: 19 additions & 19 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",
@@ -116,33 +116,33 @@
116116
"code:formatting": "pnpm run replace:all && pnpm run prettier && pnpm run lint:fix && pnpm run replace:fixCodeBlockSemicolons"
117117
},
118118
"dependencies": {
119-
"axios": "^1.9.0",
119+
"axios": "^1.10.0",
120120
"mime": "^4.0.7",
121-
"zod": "^3.25.63"
121+
"zod": "^3.25.76"
122122
},
123123
"devDependencies": {
124-
"@eslint/js": "^9.28.0",
124+
"@eslint/js": "^9.31.0",
125125
"@rollup/plugin-alias": "^5.1.1",
126-
"@rollup/plugin-commonjs": "^28.0.3",
126+
"@rollup/plugin-commonjs": "^28.0.6",
127127
"@rollup/plugin-node-resolve": "^16.0.1",
128-
"@rollup/plugin-typescript": "^12.1.2",
129-
"@stylistic/eslint-plugin": "^4.4.1",
130-
"@types/node": "^20.19.0",
128+
"@rollup/plugin-typescript": "^12.1.4",
129+
"@stylistic/eslint-plugin": "^5.2.1",
130+
"@types/node": "^20.19.9",
131131
"@types/sinon": "^17.0.4",
132-
"dotenv": "^16.5.0",
133-
"eslint": "^9.28.0",
134-
"globals": "^16.2.0",
132+
"dotenv": "^17.2.0",
133+
"eslint": "^9.31.0",
134+
"globals": "^16.3.0",
135135
"jiti": "^2.4.2",
136-
"prettier": "^3.5.3",
137-
"prettier-plugin-jsdoc": "^1.3.2",
138-
"rollup": "^4.43.0",
136+
"prettier": "^3.6.2",
137+
"prettier-plugin-jsdoc": "^1.3.3",
138+
"rollup": "^4.45.1",
139139
"rollup-plugin-esnext-to-nodenext": "^1.0.1",
140-
"rollup-plugin-node-externals": "^8.0.0",
141-
"sinon": "^20.0.0",
140+
"rollup-plugin-node-externals": "^8.0.1",
141+
"sinon": "^21.0.0",
142142
"tslib": "^2.8.1",
143-
"typedoc": "^0.28.5",
143+
"typedoc": "^0.28.7",
144144
"typescript": "^5.8.3",
145-
"typescript-eslint": "^8.34.0",
146-
"vitest": "^3.2.3"
145+
"typescript-eslint": "^8.37.0",
146+
"vitest": "^3.2.4"
147147
}
148148
}

0 commit comments

Comments
 (0)