Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.12 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.12](v1.0.0-beta.11...v1.0.0-beta.12) (2023-05-10)

### Features

* **plugin:** allow agent to handle plugin ([#18](#18)) ([f6837e6](f6837e6))
  • Loading branch information
forest-bot committed May 10, 2023
1 parent f6837e6 commit 306b386
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-beta.12](https://github.com/ForestAdmin/symfony-forestadmin/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2023-05-10)


### Features

* **plugin:** allow agent to handle plugin ([#18](https://github.com/ForestAdmin/symfony-forestadmin/issues/18)) ([f6837e6](https://github.com/ForestAdmin/symfony-forestadmin/commit/f6837e6929ee356f8784a0214d5bb4733acdcdbb))

# [1.0.0-beta.11](https://github.com/ForestAdmin/symfony-forestadmin/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-04-14)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forestadmin/symfony-forestadmin",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"minimum-stability": "stable",
"description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.",
"type": "symfony-bundle",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "symfony-forestadmin",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"description": "The official symfony agent for Forest.",
"scripts": {
"postinstall": "husky install",
Expand Down

0 comments on commit 306b386

Please sign in to comment.