Skip to content

Commit 9909dec

Browse files
committed
2.10.4
1 parent 199eb7b commit 9909dec

File tree

3 files changed

+81
-77
lines changed

3 files changed

+81
-77
lines changed

CHANGELOG.md

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

3+
### 2.10.4
4+
5+
- `accountId` property added to `IssueWatchers`. Thanks [Brent Van Geertruy](https://github.com/knor-el-snor) for catching and fixing this issue!
6+
37
### 2.10.3
48

59
- Fixing parameters serialization for users.bulkGetUsersMigration. Thanks [Maximilian Heinz](https://github.com/meandmax) for report.

package-lock.json

Lines changed: 73 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jira.js",
3-
"version": "2.10.3",
3+
"version": "2.10.4",
44
"description": "jira.js is a powerful Node.JS/Browser module that allows you to interact with the Jira API very easily",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",
@@ -52,13 +52,13 @@
5252
"devDependencies": {
5353
"@types/express": "^4.17.13",
5454
"@types/jest": "^27.4.0",
55-
"@types/node": "^17.0.16",
55+
"@types/node": "^17.0.17",
5656
"@types/oauth": "^0.9.1",
5757
"@types/sinon": "^10.0.11",
5858
"@typescript-eslint/eslint-plugin": "^5.11.0",
5959
"@typescript-eslint/parser": "^5.11.0",
6060
"dotenv": "^16.0.0",
61-
"eslint": "^8.8.0",
61+
"eslint": "^8.9.0",
6262
"eslint-config-airbnb": "^19.0.4",
6363
"eslint-config-airbnb-typescript": "^16.1.0",
6464
"eslint-import-resolver-typescript": "^2.5.0",
@@ -74,7 +74,7 @@
7474
},
7575
"dependencies": {
7676
"atlassian-jwt": "^2.0.2",
77-
"axios": "^0.25.0",
77+
"axios": "^0.26.0",
7878
"form-data": "^4.0.0",
7979
"oauth": "^0.9.15",
8080
"tslib": "^2.3.1"

0 commit comments

Comments
 (0)