diff --git a/CHANGELOG.md b/CHANGELOG.md index 00652e1..ce1cf36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [1.0.8](https://github.com/justdlabs/inertia.ts/compare/1.0.7...1.0.8) (2024-08-10) + ## [1.0.7](https://github.com/justdlabs/inertia.ts/compare/1.0.6...1.0.7) (2024-08-08) ## [1.0.6](https://github.com/justdlabs/inertia.ts/compare/1.0.5...1.0.6) (2024-08-07) diff --git a/composer.json b/composer.json index cc1f68d..cb3716e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "justd/laravel", - "version": "1.0.7", + "version": "1.0.8", "type": "project", "description": "The skeleton application for the Laravel framework.", "keywords": [ diff --git a/package.json b/package.json index d3488ea..6e29e8e 100644 --- a/package.json +++ b/package.json @@ -79,5 +79,5 @@ } } }, - "version": "1.0.7" + "version": "1.0.8" }