From aecd08e496d0b8c59c1a76233d3f8af3241c7751 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:54:12 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 343519b..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.8" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c99f543..7a70336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.0](https://github.com/devuri/raydium/compare/v0.3.8...v0.4.0) (2024-09-10) + + +### ⚠ BREAKING CHANGES + +* v0.4.x Update bootstrap.php + +### Features + +* v0.4 Update bootstrap.php ([b0c17e6](https://github.com/devuri/raydium/commit/b0c17e6ba461d39f7f50ec2033f2b37128cbddee)) +* v0.4.x Update bootstrap.php ([d577fe5](https://github.com/devuri/raydium/commit/d577fe511d135327216759f2674235c4a63ef29e)) +* version v0.4.x update Update wpframework.php ([0c31e9f](https://github.com/devuri/raydium/commit/0c31e9f450f53d3188b03cc3dd85005261d8d228)) + ## [0.3.8](https://github.com/devuri/raydium/compare/v0.3.7...v0.3.8) (2024-09-09)