Skip to content

Commit fd154ff

Browse files
chore: release 2.0.0
1 parent 0c601e7 commit fd154ff

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/dlenroc/node-testrail-api/compare/v1.9.3...v2.0.0) (2026-04-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* make addAttachment* retryable (limited types)
11+
* drop node-fetch and form-data
12+
* switch to ESM and named exports
13+
14+
### Features
15+
16+
* allow undefined in payloads ([d545831](https://github.com/dlenroc/node-testrail-api/commit/d545831102abf29b163e858cd249e4b0a995af3f))
17+
18+
19+
### Bug Fixes
20+
21+
* make addAttachment* retryable (limited types) ([d545831](https://github.com/dlenroc/node-testrail-api/commit/d545831102abf29b163e858cd249e4b0a995af3f))
22+
* share rate-limit state across instance methods ([d545831](https://github.com/dlenroc/node-testrail-api/commit/d545831102abf29b163e858cd249e4b0a995af3f))
23+
24+
25+
### Miscellaneous Chores
26+
27+
* drop node-fetch and form-data ([d545831](https://github.com/dlenroc/node-testrail-api/commit/d545831102abf29b163e858cd249e4b0a995af3f))
28+
29+
30+
### Code Refactoring
31+
32+
* switch to ESM and named exports ([d545831](https://github.com/dlenroc/node-testrail-api/commit/d545831102abf29b163e858cd249e4b0a995af3f))
33+
534
## [1.9.3](https://github.com/dlenroc/node-testrail-api/compare/v1.9.2...v1.9.3) (2025-07-27)
635

736

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dlenroc/testrail",
3-
"version": "1.9.5",
3+
"version": "2.0.0",
44
"description": "TestRail API client with error handling and typing",
55
"keywords": [
66
"api",

0 commit comments

Comments
 (0)