From 1790f62aa9d9bda75e01a8a7b840956973643ddf Mon Sep 17 00:00:00 2001 From: Divanshu Chauhan Date: Thu, 18 Jun 2026 00:52:31 -0700 Subject: [PATCH] chore(release): bump jsr.json to v1.1.0 so JSR publishes the new version --- sdks/typescript/jsr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/typescript/jsr.json b/sdks/typescript/jsr.json index 3a3215c..b180e68 100644 --- a/sdks/typescript/jsr.json +++ b/sdks/typescript/jsr.json @@ -1,6 +1,6 @@ { "name": "@divkix/logwell", - "version": "1.0.5", + "version": "1.1.0", "license": "MIT", "exports": "./src/index.ts" }