From 2f45b4adfedccfdb95a0a7e352ecabcf77f82efd Mon Sep 17 00:00:00 2001 From: Daiki Urata <7nohe.urata@gmail.com> Date: Fri, 28 Apr 2023 10:21:54 +0900 Subject: [PATCH] chore: release v0.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac0c872..a3e9148 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@7nohe/laravel-typegen", - "version": "0.3.1", + "version": "0.3.2", "description": "The library lets you generate TypeScript types from your Laravel code.", "bin": { "laravel-typegen": "dist/src/cli.js"