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)