Skip to content

Commit

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

### Features

* **agent:** add proxy methods to improve the agent customization ([#16](#16)) ([2984207](2984207))
  • Loading branch information
forest-bot committed Apr 14, 2023
1 parent 2984207 commit 71556d9
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.11](https://github.com/ForestAdmin/symfony-forestadmin/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-04-14)


### Features

* **agent:** add proxy methods to improve the agent customization ([#16](https://github.com/ForestAdmin/symfony-forestadmin/issues/16)) ([2984207](https://github.com/ForestAdmin/symfony-forestadmin/commit/298420781a621b5962383f069ea414deede77059))

# [1.0.0-beta.10](https://github.com/ForestAdmin/symfony-forestadmin/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2023-03-08)


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.10",
"version": "1.0.0-beta.11",
"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.10",
"version": "1.0.0-beta.11",
"description": "The official symfony agent for Forest.",
"scripts": {
"postinstall": "husky install",
Expand Down

0 comments on commit 71556d9

Please sign in to comment.