diff --git a/CHANGELOG.md b/CHANGELOG.md index 77403a94..af241287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.0](https://github.com/wayofdev/laravel-package-tpl/compare/v2.2.0...v2.3.0) (2024-03-27) + + +### Features + +* add empty config ([d363cee](https://github.com/wayofdev/laravel-package-tpl/commit/d363cee16371b5d6ad5ca449eae063391ff2721c)) + ## [2.2.0](https://github.com/wayofdev/laravel-package-tpl/compare/v2.1.124...v2.2.0) (2024-03-26) diff --git a/package.json b/package.json index 4dee72e9..0a67c0af 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.2.0", + "version": "2.3.0", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }