diff --git a/CHANGELOG.md b/CHANGELOG.md index dde5528..31cd2e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + + +## [1.0.5](https://github.com/justdlabs/inertia.ts/compare/1.0.4...1.0.5) (2024-08-07) + ## [1.0.4](https://github.com/justdlabs/inertia.ts/compare/1.0.3...1.0.4) (2024-08-06) ## [1.0.3](https://github.com/justdlabs/inertia.ts/compare/1.0.2...1.0.3) (2024-08-05) diff --git a/composer.json b/composer.json index acc69b0..26dc0fa 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "justd/laravel", - "version": "1.0.4", + "version": "1.0.5", "type": "project", "description": "The skeleton application for the Laravel framework.", "keywords": [ diff --git a/package.json b/package.json index 00efd73..07deb5f 100644 --- a/package.json +++ b/package.json @@ -79,5 +79,5 @@ } } }, - "version": "1.0.4" + "version": "1.0.5" }