From 61ea6c63de800b495a2fe40c0d4e4ba2a2833ee6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:29:10 -0400 Subject: [PATCH] chore(main): release contract-tests 1.2.0 (#53) --- .release-please-manifest.json | 2 +- actions/contract-tests/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a19c826..2db4f50 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "actions/contract-tests": "1.1.0", + "actions/contract-tests": "1.2.0", "actions/persistent-stores": "0.0.1", "actions/publish-pages": "1.0.2", "actions/release-secrets": "1.2.0", diff --git a/actions/contract-tests/CHANGELOG.md b/actions/contract-tests/CHANGELOG.md index e902249..2cf2427 100644 --- a/actions/contract-tests/CHANGELOG.md +++ b/actions/contract-tests/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/launchdarkly/gh-actions/compare/contract-tests-v1.1.0...contract-tests-v1.2.0) (2024-10-31) + + +### Features + +* Add option to enable persistent store test support ([#47](https://github.com/launchdarkly/gh-actions/issues/47)) ([a6e3543](https://github.com/launchdarkly/gh-actions/commit/a6e3543f7c6fbf6c3cab5ee3bb2b53c9abf59fd5)) + ## [1.1.0](https://github.com/launchdarkly/gh-actions/compare/contract-tests-v1.0.2...contract-tests-v1.1.0) (2024-10-01)