From 1167e2651b025c0c32dd8f0e77ec7ff8c09ca4de Mon Sep 17 00:00:00 2001 From: Hugo Dutka Date: Tue, 24 Feb 2026 18:37:21 +0100 Subject: [PATCH] chore(cli): bump version to 1.1.42 --- bun.lock | 2 +- packages/blink/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index 611dfd6..b3db28a 100644 --- a/bun.lock +++ b/bun.lock @@ -181,7 +181,7 @@ }, "packages/blink": { "name": "blink", - "version": "1.1.41", + "version": "1.1.42", "bin": { "blink": "./dist/cli/index.js", }, diff --git a/packages/blink/package.json b/packages/blink/package.json index d92599d..1886492 100644 --- a/packages/blink/package.json +++ b/packages/blink/package.json @@ -1,6 +1,6 @@ { "name": "blink", - "version": "1.1.41", + "version": "1.1.42", "description": "Blink is a tool for building and deploying AI agents.", "type": "module", "bin": {