diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6f5405..ada7355 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.1" + ".": "3.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ebaf1..7150eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.1.0](https://github.com/devuri/wp-env-config/compare/v3.0.1...v3.1.0) (2024-02-11) + + +### Features + +* auto generate env file if it does not exist ([58e8214](https://github.com/devuri/wp-env-config/commit/58e821446c35a8835876d9c2e901bd8761aab553)) + + +### Miscellaneous Chores + +* build ([48020ac](https://github.com/devuri/wp-env-config/commit/48020ac7c07da4d445075368f84176a9a537152c)) + ## [3.0.1](https://github.com/devuri/wp-env-config/compare/v3.0.0...v3.0.1) (2024-02-10) diff --git a/composer.json b/composer.json index d92016b..b3d3948 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "filp/whoops": "^2.15", "johnpbloch/wordpress": "^6.2", "symfony/error-handler": "^5.0", - "symfony/filesystem": "^5.4", + "symfony/filesystem": "^5.4", "symfony/var-dumper": "^5.4", "vlucas/phpdotenv": "^5.2", "psr/log": "^1.1"