Skip to content

Commit 2844ef8

Browse files
chore(main): release 3.7.0 (#209)
1 parent 21cc388 commit 2844ef8

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.7.0](https://github.com/OctopusDeploy/api-client.ts/compare/v3.6.0...v3.7.0) (2025-07-16)
4+
5+
6+
### Features
7+
8+
* Add ability to cancel tasks on timeout in server task waiter ([#208](https://github.com/OctopusDeploy/api-client.ts/issues/208)) ([21cc388](https://github.com/OctopusDeploy/api-client.ts/commit/21cc3882d407cdcd2fd5868d772241c4a9660e4b))
9+
310
## [3.6.0](https://github.com/OctopusDeploy/api-client.ts/compare/v3.5.2...v3.6.0) (2025-06-26)
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.6.0",
79+
"version": "3.7.0",
8080
"jest-junit": {
8181
"outputDirectory": "reports",
8282
"outputName": "jest-junit.xml",

0 commit comments

Comments
 (0)