diff --git a/CHANGELOG.md b/CHANGELOG.md index e752409..3d03ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +# [3.0.0-beta.10](https://github.com/regnerisch/laravel-beyond/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2022-08-02) + + +### Bug Fixes + +* remove test cache file ([b32b102](https://github.com/regnerisch/laravel-beyond/commit/b32b102b636e8a741c0badd8a1156483ee72504e)) +* remove test cache file ([80c93a6](https://github.com/regnerisch/laravel-beyond/commit/80c93a654dc161964d71affd7a52500d4f689ee4)) + # [3.0.0-beta.9](https://github.com/regnerisch/laravel-beyond/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2022-08-02) # [3.0.0-beta.8](https://github.com/regnerisch/laravel-beyond/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2022-08-02) diff --git a/composer.json b/composer.json index bdb16cf..8b08b80 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "regnerisch/laravel-beyond", "type": "library", "license": "ISC", - "version": "3.0.0-beta.9", + "version": "3.0.0-beta.10", "autoload": { "psr-4": { "Regnerisch\\LaravelBeyond\\": "src/" diff --git a/composer.lock b/composer.lock index ab7c172..9147202 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ca09330d039c8db821ae3127acb03601", + "content-hash": "3bc13a773dcd0f8bdc0d101b1c7594ae", "packages": [ { "name": "brick/math",