Skip to content

Commit

Permalink
chore(main): release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
team-integrations-fnm-bot committed Jun 19, 2024
1 parent d662b0b commit 7b4bd46
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.3.1](https://github.com/OctopusDeploy/api-client.ts/compare/v3.3.0...v3.3.1) (2024-06-19)


### Bug Fixes

* Fix an issue where the timeout passed in is not adhered to when waiting for a task ([68b923d](https://github.com/OctopusDeploy/api-client.ts/commit/68b923df5d273c0ba67f07a292bfcbdf0aa102ac))


### Miscellaneous Chores

* 3.3.1 ([9115d1a](https://github.com/OctopusDeploy/api-client.ts/commit/9115d1a9a18532665694a165fda409bac252f5ef))

## [3.3.0](https://github.com/OctopusDeploy/api-client.ts/compare/v3.2.0...v3.3.0) (2024-05-08)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"test": "jest --maxWorkers=4 --config=jest.config.js --ci --reporters=default --reporters=jest-junit"
},
"types": "dist/index.d.ts",
"version": "3.3.0",
"version": "3.3.1",
"jest-junit": {
"outputDirectory": "reports",
"outputName": "jest-junit.xml",
Expand Down

0 comments on commit 7b4bd46

Please sign in to comment.