Skip to content

Commit

Permalink
chore(main): release 3.2.1 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
team-integrations-fnm-bot authored Feb 5, 2024
1 parent 807584e commit 93d62ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 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.1](https://github.com/OctopusDeploy/await-task-action/compare/v3.2.0...v3.2.1) (2024-02-04)


### Bug Fixes

* **deps:** pin dependencies ([32a4b7f](https://github.com/OctopusDeploy/await-task-action/commit/32a4b7f17155ac5766858f6904e480c2117b6107))
* **deps:** update dependency @actions/core to v1.10.1 ([b2d7a02](https://github.com/OctopusDeploy/await-task-action/commit/b2d7a025b5643fc19bd8d715c4ffa628d2df8047))

## [3.2.0](https://github.com/OctopusDeploy/await-task-action/compare/v3.1.0...v3.2.0) (2023-12-14)


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 @@ -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.0"
"version": "3.2.1"
}

0 comments on commit 93d62ba

Please sign in to comment.