From ab4f97db7334d44fad5a5d5957af2dd49a2e069a Mon Sep 17 00:00:00 2001 From: 7nohe <7nohe.urata@gmail.com> Date: Tue, 21 Mar 2023 17:17:01 +0900 Subject: [PATCH] chore: release v0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e1f309..652c746 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@7nohe/laravel-typegen", - "version": "0.2.3", + "version": "0.3.0", "description": "The library lets you generate TypeScript types from your Laravel code.", "bin": { "laravel-typegen": "dist/src/cli.js"