From 4ad50f9d9661acb1c716bf464f294796da2556db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ewilan=20Rivi=C3=A8re?= Date: Wed, 9 Aug 2023 12:11:36 +0200 Subject: [PATCH] 1.11.01 - Add `EloquentRelation` fallback for `type` and `typeTs` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 044e54c..4b9aa22 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kiwilan/typescriptable-laravel", "description": "PHP package for Laravel to type Eloquent models, routes, Spatie Settings with autogenerated TypeScript. If you want to use some helpers with Inertia, you can install associated NPM package.", - "version": "1.11.0", + "version": "1.11.01", "keywords": [ "kiwilan", "laravel",