From 8688b47476829cc8571d25d7d61e22aca79bdac2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:39:16 -0500 Subject: [PATCH] chore(main): release 0.7.13 (#120) :robot: I have created a release *beep* *boop* --- ## [0.7.13](https://github.com/runfinch/common-tests/compare/v0.7.12...v0.7.13) (2024-02-12) ### Build System or External Dependencies * **deps:** Bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.15.0 ([#115](https://github.com/runfinch/common-tests/issues/115)) ([70f9539](https://github.com/runfinch/common-tests/commit/70f953921afa4c81090a63a218613946200b3f19)) * **deps:** Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 ([#117](https://github.com/runfinch/common-tests/issues/117)) ([70cc410](https://github.com/runfinch/common-tests/commit/70cc410777cb65616e80b30684be4491cf7be2de)) ### Bug Fixes * increase event timeout ([#118](https://github.com/runfinch/common-tests/issues/118)) ([22ca9e4](https://github.com/runfinch/common-tests/commit/22ca9e496d21e2a2b88cb149b4e8123375697518)) --- 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 | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f495727..d5ca129 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.12" + ".": "0.7.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ea7ef1c..6d27c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.13](https://github.com/runfinch/common-tests/compare/v0.7.12...v0.7.13) (2024-02-12) + + +### Build System or External Dependencies + +* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.15.0 ([#115](https://github.com/runfinch/common-tests/issues/115)) ([70f9539](https://github.com/runfinch/common-tests/commit/70f953921afa4c81090a63a218613946200b3f19)) +* **deps:** Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 ([#117](https://github.com/runfinch/common-tests/issues/117)) ([70cc410](https://github.com/runfinch/common-tests/commit/70cc410777cb65616e80b30684be4491cf7be2de)) + + +### Bug Fixes + +* increase event timeout ([#118](https://github.com/runfinch/common-tests/issues/118)) ([22ca9e4](https://github.com/runfinch/common-tests/commit/22ca9e496d21e2a2b88cb149b4e8123375697518)) + ## [0.7.12](https://github.com/runfinch/common-tests/compare/v0.7.11...v0.7.12) (2024-01-13)