From e47b48c451ea3b01bad5b47712ae6e2eda1b5d51 Mon Sep 17 00:00:00 2001 From: ikawaha Date: Mon, 29 Sep 2025 16:44:35 +0900 Subject: [PATCH] chore: bump version to 0.6.0 after adding new type definitions --- packages/types/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/types/package.json b/packages/types/package.json index 0d5384a..ffc1a80 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@tailor-platform/function-types", - "version": "0.5.0", + "version": "0.6.0", "description": "TypeScript types for Tailor Platform Function service", "repository": { "type": "git",