Skip to content

Commit 189cfa8

Browse files
chore(main): release 3.11.0
1 parent 664759c commit 189cfa8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.11.0](https://github.com/OctopusDeploy/api-client.ts/compare/v3.10.2...v3.11.0) (2025-12-02)
4+
5+
6+
### Features
7+
8+
* Add getTasksWithRetry with retry logic for transient network errors ([664759c](https://github.com/OctopusDeploy/api-client.ts/commit/664759c93f075fd68c4b7917d620645fa68fb77f))
9+
310
## [3.10.2](https://github.com/OctopusDeploy/api-client.ts/compare/v3.10.1...v3.10.2) (2025-11-06)
411

512

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"test": "jest --maxWorkers=4 --config=jest.config.js --ci --reporters=default --reporters=jest-junit"
7777
},
7878
"types": "dist/index.d.ts",
79-
"version": "3.10.2",
79+
"version": "3.11.0",
8080
"jest-junit": {
8181
"outputDirectory": "reports",
8282
"outputName": "jest-junit.xml",

0 commit comments

Comments
 (0)