Skip to content

Commit

Permalink
Merge pull request #106 from OctopusDeploy/release-please--branches--…
Browse files Browse the repository at this point in the history
…main--components--create-release-action

chore(main): release 3.2.2
  • Loading branch information
hnrkndrssn authored Jun 19, 2024
2 parents a76f52d + eac8b70 commit dfe951f
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 35 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.2.2](https://github.com/OctopusDeploy/await-task-action/compare/v3.2.1...v3.2.2) (2024-06-19)


### Bug Fixes

* **deps:** update dependency tmp to v0.2.3 ([aef8f19](https://github.com/OctopusDeploy/await-task-action/commit/aef8f195a5633f9512a4f739e5495c8af22fd5de))
* fix issue where timeout is not enforced ([5f1f8d4](https://github.com/OctopusDeploy/await-task-action/commit/5f1f8d4870cc6274dd310fe048bd09fd7e1e7119))

## [3.2.1](https://github.com/OctopusDeploy/await-task-action/compare/v3.2.0...v3.2.1) (2024-02-04)


Expand Down
67 changes: 35 additions & 32 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 @@ -84,5 +84,5 @@
"test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit",
"test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration"
},
"version": "3.2.1"
"version": "3.2.2"
}

0 comments on commit dfe951f

Please sign in to comment.