diff --git a/CHANGELOG.md b/CHANGELOG.md index d59eafc..6ef165e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/ForestAdmin/symfony-forestadmin/compare/v1.0.0...v1.0.1) (2023-06-20) + + +### Bug Fixes + +* **composer:** replace all beta versions with stable versions of packages ([#21](https://github.com/ForestAdmin/symfony-forestadmin/issues/21)) ([fa284c2](https://github.com/ForestAdmin/symfony-forestadmin/commit/fa284c296494eb3a6007f6bea9651548b06ad1c6)) + # 1.0.0 (2023-06-19) diff --git a/composer.json b/composer.json index 0062a86..96c7084 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "forestadmin/symfony-forestadmin", - "version": "1.0.0", + "version": "1.0.1", "prefer-stable": true, "description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.", "type": "symfony-bundle", diff --git a/package.json b/package.json index 697318a..efd47d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "symfony-forestadmin", - "version": "1.0.0", + "version": "1.0.1", "description": "The official symfony agent for Forest.", "scripts": { "postinstall": "husky install",