From 7d08dd1ab83a4310a5a3a663c9f7ce42db4fb736 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 17:24:35 -0400 Subject: [PATCH] chore(main): release 0.7.16 (#126) :robot: I have created a release *beep* *boop* --- ## [0.7.16](https://github.com/runfinch/common-tests/compare/v0.7.15...v0.7.16) (2024-03-22) ### Build System or External Dependencies * **deps:** Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 ([#123](https://github.com/runfinch/common-tests/issues/123)) ([146e16f](https://github.com/runfinch/common-tests/commit/146e16fe020f6ef94139d473b78103e374180647)) * **deps:** Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 ([#129](https://github.com/runfinch/common-tests/issues/129)) ([860b13e](https://github.com/runfinch/common-tests/commit/860b13edb022200db5462fdb74e00ec259d4f353)) * **deps:** Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 ([#130](https://github.com/runfinch/common-tests/issues/130)) ([c61629e](https://github.com/runfinch/common-tests/commit/c61629e0221b6ce0ebe5c8ad83406f358f6aeff2)) --- 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 | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 50aa860..fa59c97 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.15" + ".": "0.7.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eb8e4a8..8d4016f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.7.16](https://github.com/runfinch/common-tests/compare/v0.7.15...v0.7.16) (2024-03-22) + + +### Build System or External Dependencies + +* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 ([#123](https://github.com/runfinch/common-tests/issues/123)) ([146e16f](https://github.com/runfinch/common-tests/commit/146e16fe020f6ef94139d473b78103e374180647)) +* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 ([#129](https://github.com/runfinch/common-tests/issues/129)) ([860b13e](https://github.com/runfinch/common-tests/commit/860b13edb022200db5462fdb74e00ec259d4f353)) +* **deps:** Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 ([#130](https://github.com/runfinch/common-tests/issues/130)) ([c61629e](https://github.com/runfinch/common-tests/commit/c61629e0221b6ce0ebe5c8ad83406f358f6aeff2)) + ## [0.7.15](https://github.com/runfinch/common-tests/compare/v0.7.14...v0.7.15) (2024-03-11)