From d61bff3ea35f717414789b318469d67e7eabb074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:10:14 -0400 Subject: [PATCH] chore(main): release persistent-stores 0.0.1 (#49) --- .release-please-manifest.json | 2 +- actions/persistent-stores/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c7d4383..a19c826 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "actions/contract-tests": "1.1.0", - "actions/persistent-stores": "0.0.0", + "actions/persistent-stores": "0.0.1", "actions/publish-pages": "1.0.2", "actions/release-secrets": "1.2.0", "actions/sign-dlls": "1.0.0", diff --git a/actions/persistent-stores/CHANGELOG.md b/actions/persistent-stores/CHANGELOG.md index 4dc68c6..e5513fb 100644 --- a/actions/persistent-stores/CHANGELOG.md +++ b/actions/persistent-stores/CHANGELOG.md @@ -1,2 +1,10 @@ # Changelog +## 0.0.1 (2024-10-31) + + +### Features + +* Add initial implementation of persistent store action ([#44](https://github.com/launchdarkly/gh-actions/issues/44)) ([b168267](https://github.com/launchdarkly/gh-actions/commit/b168267410dd598d9b51abaf7a71e46a98d3a92e)) + +## Changelog