Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2022-07-22)

### Bug Fixes

* **security:** update guzzle version (with dependency) to 7.4.5 ([#58](#58)) ([5128787](5128787))
  • Loading branch information
forest-bot committed Jul 22, 2022
1 parent 5128787 commit 489064d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.2](https://github.com/ForestAdmin/laravel-forestadmin/compare/v1.1.1...v1.1.2) (2022-07-22)


### Bug Fixes

* **security:** update guzzle version (with dependency) to 7.4.5 ([#58](https://github.com/ForestAdmin/laravel-forestadmin/issues/58)) ([5128787](https://github.com/ForestAdmin/laravel-forestadmin/commit/51287875c6efdc5faf1921bedb1aaab4b76c3118))

## [1.1.1](https://github.com/ForestAdmin/laravel-forestadmin/compare/v1.1.0...v1.1.1) (2022-06-27)


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": "1.1.1",
"version": "1.1.2",
"description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.",
"type": "library",
"require": {
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": "1.1.1",
"version": "1.1.2",
"description": "The official Laravel liana for Forest.",
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion src/Schema/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Schema

public const LIANA_NAME = 'laravel-forestadmin';

public const LIANA_VERSION = '1.1.1';
public const LIANA_VERSION = '1.1.2';

/**
* @var array
Expand Down

0 comments on commit 489064d

Please sign in to comment.