Skip to content

Commit 47db5aa

Browse files
committed
v3.0.1
1 parent a615769 commit 47db5aa

File tree

5 files changed

+374
-352
lines changed

5 files changed

+374
-352
lines changed

CHANGELOG.md

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

3+
### 3.0.1
4+
5+
- Dependencies upgraded
6+
37
### 3.0.0
48

59
#### **Breaking Changes:**
@@ -17,6 +21,10 @@
1721
- Improved browser capability.
1822
- Enhanced parameter typings.
1923

24+
## Previous major version:
25+
26+
<details>
27+
2028
### 2.20.1
2129

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

727-
## Previous major version:
735+
</details>
728736

729737
<details>
730738

examples/package-lock.json

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

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"license": "MIT",
1414
"devDependencies": {
15-
"@types/node": "^20.8.6",
15+
"@types/node": "^20.9.0",
1616
"ts-node": "^10.9.1",
1717
"typescript": "^5.2.2"
1818
},

0 commit comments

Comments
 (0)