Skip to content

Commit

Permalink
chore(release): 2.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.2](v2.1.1...v2.1.2) (2023-07-21)

### Bug Fixes

* add doctrine/dbal dependency to allow use of sqlsrv database ([#81](#81)) ([39bea62](39bea62))
  • Loading branch information
forest-bot committed Jul 21, 2023
1 parent 39bea62 commit 5ad8678
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 @@
## [2.1.2](https://github.com/ForestAdmin/laravel-forestadmin/compare/v2.1.1...v2.1.2) (2023-07-21)


### Bug Fixes

* add doctrine/dbal dependency to allow use of sqlsrv database ([#81](https://github.com/ForestAdmin/laravel-forestadmin/issues/81)) ([39bea62](https://github.com/ForestAdmin/laravel-forestadmin/commit/39bea62179ec4ca1d9de72068190e3e4affb5fb2))

## [2.1.1](https://github.com/ForestAdmin/laravel-forestadmin/compare/v2.1.0...v2.1.1) (2023-07-21)


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/laravel-forestadmin",
"version": "2.1.1",
"version": "2.1.2",
"description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.",
"type": "library",
"license": "GPL-3.0-or-later",
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": "laravel-forestadmin",
"version": "2.1.1",
"version": "2.1.2",
"description": "The official Laravel liana for Forest.",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 5ad8678

Please sign in to comment.