Skip to content

Commit d164056

Browse files
committed
v4.1.3
1 parent a05fdf1 commit d164056

File tree

3 files changed

+64
-66
lines changed

3 files changed

+64
-66
lines changed

Diff for: .github/workflows/publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
tags:
55
- 'v*.*.*'
6-
branches:
7-
- master
86

97
env:
108
NODE_VERSION: '18'

Diff for: package-lock.json

+59-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jira.js",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",
@@ -61,17 +61,17 @@
6161
"devDependencies": {
6262
"@types/node": "^18.19.86",
6363
"@types/sinon": "^17.0.4",
64-
"@typescript-eslint/eslint-plugin": "^8.29.0",
65-
"@typescript-eslint/parser": "^8.29.0",
66-
"dotenv": "^16.4.7",
64+
"@typescript-eslint/eslint-plugin": "^8.30.0",
65+
"@typescript-eslint/parser": "^8.30.0",
66+
"dotenv": "^16.5.0",
6767
"eslint": "^8.57.1",
6868
"eslint-config-airbnb-base": "^15.0.0",
6969
"eslint-import-resolver-typescript": "^3.10.0",
7070
"eslint-plugin-import": "^2.31.0",
7171
"prettier": "^3.5.3",
7272
"prettier-plugin-jsdoc": "^1.3.2",
7373
"sinon": "^18.0.1",
74-
"typedoc": "^0.28.1",
74+
"typedoc": "^0.28.2",
7575
"typescript": "^5.8.3",
7676
"vite-tsconfig-paths": "^5.1.4",
7777
"vitest": "^3.1.1"

0 commit comments

Comments
 (0)