Skip to content

Commit

Permalink
v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring committed Mar 1, 2024
1 parent 0b8a563 commit 7c0b3de
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 86 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
node-version: 18
- name: Installing dependencies
run: npm ci
- name: Building sources
run: npm run build
- name: Publishing
run: npm publish
env:
Expand Down
160 changes: 80 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jira.js",
"version": "3.0.3",
"version": "3.0.4",
"description": "A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down Expand Up @@ -67,11 +67,11 @@
"devDependencies": {
"@swc-node/register": "^1.8.0",
"@swc/helpers": "^0.5.6",
"@types/node": "^18.19.18",
"@types/node": "^18.19.21",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"ava": "^6.1.1",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"ava": "^6.1.2",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -81,7 +81,7 @@
"prettier-plugin-jsdoc": "^1.3.0",
"sinon": "^17.0.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.8",
"typedoc": "^0.25.9",
"typedoc-plugin-extras": "^3.0.0",
"typescript": "^5.3.3"
},
Expand Down

0 comments on commit 7c0b3de

Please sign in to comment.