From 9505a0e5d8137933f07969f943d72c4e76bd8971 Mon Sep 17 00:00:00 2001 From: Shahrear <161046103+shahrear33@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:14:55 +0000 Subject: [PATCH] feat: fix: check auto release --- package.json | 2 +- src/resources/files.ts | 1 - src/version.ts | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cdd86af..83e3337 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vlmrun", - "version": "0.1.1", + "version": "0.1.2", "description": "The official TypeScript library for the Vlm API", "author": "Vlm ", "types": "dist/index.d.ts", diff --git a/src/resources/files.ts b/src/resources/files.ts index 62ad09e..18643df 100644 --- a/src/resources/files.ts +++ b/src/resources/files.ts @@ -20,7 +20,6 @@ export class Files extends APIResource { * Get a file by ID. */ retrieve(fileId: string, options?: Core.RequestOptions): Core.APIPromise { - console.log(fileId); return this._client.get(`/v1/files/${fileId}`, options); } diff --git a/src/version.ts b/src/version.ts index b322647..6a0e493 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.1.1'; // x-release-please-version +export const VERSION = '0.1.1';