Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2023-07-20)

### Features

* **command:** add auto publish configuration into forest install command ([#79](#79)) ([e227807](e227807))
  • Loading branch information
forest-bot committed Jul 20, 2023
1 parent e227807 commit ef76e07
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.0](https://github.com/ForestAdmin/laravel-forestadmin/compare/v2.0.0...v2.1.0) (2023-07-20)


### Features

* **command:** add auto publish configuration into forest install command ([#79](https://github.com/ForestAdmin/laravel-forestadmin/issues/79)) ([e227807](https://github.com/ForestAdmin/laravel-forestadmin/commit/e22780768862ca03a849d004ab688c1b9b0c7686))

# [2.0.0](https://github.com/ForestAdmin/laravel-forestadmin/compare/v1.3.1...v2.0.0) (2023-07-18)


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.0.0",
"version": "2.1.0",
"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.0.0",
"version": "2.1.0",
"description": "The official Laravel liana for Forest.",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit ef76e07

Please sign in to comment.