From 485c862dcc1d6a1357892727d47994962b205e22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:46:56 -0400 Subject: [PATCH] chore(main): release verify-hello-app 2.0.1 (#39) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- actions/verify-hello-app/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d2491e..f3e8cd2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,6 +3,6 @@ "actions/publish-pages": "1.0.2", "actions/release-secrets": "1.2.0", "actions/sign-dlls": "1.0.0", - "actions/verify-hello-app": "2.0.0", + "actions/verify-hello-app": "2.0.1", ".github/workflows": "1.0.0" } diff --git a/actions/verify-hello-app/CHANGELOG.md b/actions/verify-hello-app/CHANGELOG.md index 6c3e795..84d5292 100644 --- a/actions/verify-hello-app/CHANGELOG.md +++ b/actions/verify-hello-app/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/launchdarkly/gh-actions/compare/verify-hello-app-v2.0.0...verify-hello-app-v2.0.1) (2024-08-12) + + +### Bug Fixes + +* Bump release-secrets version to avoid node16 dependency ([#37](https://github.com/launchdarkly/gh-actions/issues/37)) ([a1b75f0](https://github.com/launchdarkly/gh-actions/commit/a1b75f06607efe140a9a650bc1a2c63545ecd2c4)) + ## [2.0.0](https://github.com/launchdarkly/gh-actions/compare/verify-hello-app-v1.0.1...verify-hello-app-v2.0.0) (2024-04-29)