From 9dbe748d7334dad862495567e79ebcf3d0d79070 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:37:23 +0000 Subject: [PATCH] chore(main): release 0.7.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 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..c1bc46e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # 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)) + + +### 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)