diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f73031..ff1c7af 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "3.3.0" } \ No newline at end of file diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 89e21dc..0b5fa3c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.0](https://github.com/graycoreio/magento2-devcontainer/compare/v3.2.0...v3.3.0) (2026-05-31) + + +### Features + +* automatically composer install and setup:install if possible ([#30](https://github.com/graycoreio/magento2-devcontainer/issues/30)) ([fc67f1d](https://github.com/graycoreio/magento2-devcontainer/commit/fc67f1d5d6a71ec1868dc5a0ad35a86d70cd7e46)) + ## [3.2.0](https://github.com/graycoreio/magento2-devcontainer/compare/v3.1.0...v3.2.0) (2026-05-31)