diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fdf32c..8fb897c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +## [1.1.8](https://github.com/justdlabs/inertia.ts/compare/1.1.7...1.1.8) (2024-11-20) + + +### Bug Fixes + +* make it better ([a2c9f43](https://github.com/justdlabs/inertia.ts/commit/a2c9f43a1ee4b8db22bff2dbea5b1de847103303)) + ## [1.1.7](https://github.com/justdlabs/inertia.ts/compare/1.1.6...1.1.7) (2024-11-18) ### Bug Fixes diff --git a/composer.json b/composer.json index d351b78..ab2309a 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "justd/laravel", - "version": "1.1.7", + "version": "1.1.8", "type": "project", "description": "The skeleton application for the Laravel framework.", "keywords": [ diff --git a/package-lock.json b/package-lock.json index 67e132a..a7e77f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "inertia.ts", - "version": "1.1.7", + "version": "1.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { - "version": "1.1.7", + "version": "1.1.8", "dependencies": { "clsx": "^2.1.1", "framer-motion": "^11.11.10", diff --git a/package.json b/package.json index 1840c57..cf7e297 100644 --- a/package.json +++ b/package.json @@ -80,5 +80,5 @@ } } }, - "version": "1.1.7" + "version": "1.1.8" }