Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring committed Nov 11, 2023
1 parent a615769 commit 47db5aa
Show file tree
Hide file tree
Showing 5 changed files with 374 additions and 352 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Jira.js changelog

### 3.0.1

- Dependencies upgraded

### 3.0.0

#### **Breaking Changes:**
Expand All @@ -17,6 +21,10 @@
- Improved browser capability.
- Enhanced parameter typings.

## Previous major version:

<details>

### 2.20.1

- [#277](https://github.com/MrRefactoring/jira.js/issues/277) newErrorHandling provides additional error codes.
Expand Down Expand Up @@ -724,7 +732,7 @@ Version 3: maxContentLength was increased for attachments upload. Thanks to [Rea
- A redesigned facade and internal structure of the project
- Added telemetry

## Previous major version:
</details>

<details>

Expand Down
72 changes: 20 additions & 52 deletions examples/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"license": "MIT",
"devDependencies": {
"@types/node": "^20.8.6",
"@types/node": "^20.9.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down

0 comments on commit 47db5aa

Please sign in to comment.