Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2023-06-29)

### Bug Fixes

* set config environment to FOREST_ENVIRONMENT & update default permission expiration delay ([#22](#22)) ([a2ba0c9](a2ba0c9))
  • Loading branch information
forest-bot committed Jun 29, 2023
1 parent a2ba0c9 commit 54e0612
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.2](https://github.com/ForestAdmin/symfony-forestadmin/compare/v1.0.1...v1.0.2) (2023-06-29)


### Bug Fixes

* set config environment to FOREST_ENVIRONMENT & update default permission expiration delay ([#22](https://github.com/ForestAdmin/symfony-forestadmin/issues/22)) ([a2ba0c9](https://github.com/ForestAdmin/symfony-forestadmin/commit/a2ba0c9621a7a3ea6412e9592c599e45ae7f890c))

## [1.0.1](https://github.com/ForestAdmin/symfony-forestadmin/compare/v1.0.0...v1.0.1) (2023-06-20)


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

0 comments on commit 54e0612

Please sign in to comment.