From 0814baccaa623c5132ca18359c0f967ed25f6b82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 17:15:44 +0000 Subject: [PATCH] chore(main): release 0.15.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2844352..f87262a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.4" + ".": "0.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa4881..72a2d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.15.0](https://github.com/aynaash/NextDeploy/compare/v0.14.4...v0.15.0) (2026-07-03) + + +### Features + +* **runtime:** execute Server Actions on Cloudflare ([#41](https://github.com/aynaash/NextDeploy/issues/41)) ([27d72db](https://github.com/aynaash/NextDeploy/commit/27d72db33444d64b3f8eb48483cea1de0a058af9)) + ## [0.14.4](https://github.com/aynaash/NextDeploy/compare/v0.14.3...v0.14.4) (2026-07-03)