From fd7ecc8b261265e2da64740e11bb3bd3792dbbe1 Mon Sep 17 00:00:00 2001 From: Misha Kaletsky Date: Thu, 23 May 2024 15:22:44 -0400 Subject: [PATCH] 0.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 532cb94..6e95e61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trpc-cli", - "version": "0.1.4", + "version": "0.1.5", "description": "Turn a tRPC router into a type-safe, fully-functional, documented CLI", "main": "dist/index.js", "types": "dist/index.d.ts",