From d25c67748734d68f288bd42e2eb8d7b11ee0b9aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:00:39 -0700 Subject: [PATCH] chore(main): release 0.7.15 (#125) :robot: I have created a release *beep* *boop* --- ## [0.7.15](https://github.com/runfinch/common-tests/compare/v0.7.14...v0.7.15) (2024-03-11) ### Bug Fixes * Add a wait for server to start before doing a curl, to avoid sync issue ([#124](https://github.com/runfinch/common-tests/issues/124)) ([cb3138e](https://github.com/runfinch/common-tests/commit/cb3138e72fe7284e2c27a34859ce22e24ae440e9)) --- 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 | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 30c68fc..50aa860 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.14" + ".": "0.7.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f24e572..eb8e4a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.15](https://github.com/runfinch/common-tests/compare/v0.7.14...v0.7.15) (2024-03-11) + + +### Bug Fixes + +* Add a wait for server to start before doing a curl, to avoid sync issue ([#124](https://github.com/runfinch/common-tests/issues/124)) ([cb3138e](https://github.com/runfinch/common-tests/commit/cb3138e72fe7284e2c27a34859ce22e24ae440e9)) + ## [0.7.14](https://github.com/runfinch/common-tests/compare/v0.7.13...v0.7.14) (2024-02-27)