From 5835d8bd5b568fe79c91ee5a570b6fd7c4fb61f0 Mon Sep 17 00:00:00 2001 From: 7nohe <7nohe.urata@gmail.com> Date: Fri, 23 Jun 2023 00:31:48 +0900 Subject: [PATCH] chore: release v0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a01162..0fc9ba2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@7nohe/laravel-typegen", - "version": "0.4.1", + "version": "0.5.0", "description": "The library lets you generate TypeScript types from your Laravel code.", "bin": { "laravel-typegen": "dist/src/cli.js"