From 7318f3d5c77ea754e279c02e7e5cfda010722964 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 19:58:10 +0000 Subject: [PATCH] chore(main): release 0.7.16 --- .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 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..1428df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.16](https://github.com/runfinch/common-tests/compare/v0.7.15...v0.7.16) (2024-03-18) + + +### 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/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)