Skip to content

Commit

Permalink
feat: fix: check auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrear33 authored and stainless-app[bot] committed Jan 8, 2025
1 parent 70b7271 commit 9505a0e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/resources/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export class Files extends APIResource {
* Get a file by ID.
*/
retrieve(fileId: string, options?: Core.RequestOptions): Core.APIPromise<StoreFileResponse> {
console.log(fileId);
return this._client.get(`/v1/files/${fileId}`, options);
}

Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.1.1'; // x-release-please-version
export const VERSION = '0.1.1';

0 comments on commit 9505a0e

Please sign in to comment.