From 873339b02ac7ae609d5fdc0687a05a9ec34080cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:18:05 -0700 Subject: [PATCH] chore(main): release 0.7.21 (#143) :robot: I have created a release *beep* *boop* --- ## [0.7.21](https://github.com/runfinch/common-tests/compare/v0.7.20...v0.7.21) (2024-03-28) ### Bug Fixes * add a delay for system event monitoring to start before pull completes as the run commands are async ([#144](https://github.com/runfinch/common-tests/issues/144)) ([5de585f](https://github.com/runfinch/common-tests/commit/5de585f5bece7ed358928444cbde4cfe4426ff57)) * add custom wait for retry logic ([#141](https://github.com/runfinch/common-tests/issues/141)) ([3b69319](https://github.com/runfinch/common-tests/commit/3b693190773706dde9b6f8dd11171e26cc0df404)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d60e8f6..96dc632 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.20" + ".": "0.7.21" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 39cd7f7..5fb7099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.21](https://github.com/runfinch/common-tests/compare/v0.7.20...v0.7.21) (2024-03-28) + + +### Bug Fixes + +* add a delay for system event monitoring to start before pull completes as the run commands are async ([#144](https://github.com/runfinch/common-tests/issues/144)) ([5de585f](https://github.com/runfinch/common-tests/commit/5de585f5bece7ed358928444cbde4cfe4426ff57)) +* add custom wait for retry logic ([#141](https://github.com/runfinch/common-tests/issues/141)) ([3b69319](https://github.com/runfinch/common-tests/commit/3b693190773706dde9b6f8dd11171e26cc0df404)) + ## [0.7.20](https://github.com/runfinch/common-tests/compare/v0.7.19...v0.7.20) (2024-03-27)