From 0f154fdd1d8232d12d6687010f232d6fd4e5c99f Mon Sep 17 00:00:00 2001 From: Shreyaschorge Date: Wed, 30 Oct 2024 03:27:18 +0530 Subject: [PATCH] Patch update: v1.67.1 --- package.json | 4 ++-- src/neynar-api/common/version.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index abfce47a..1eb2a3a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neynar/nodejs-sdk", - "version": "1.67.0", + "version": "1.67.1", "description": "SDK to interact with Neynar APIs (https://docs.neynar.com/)", "main": "./build/index.js", "types": "./build/index.d.ts", @@ -38,4 +38,4 @@ "neynar", "nodejs" ] -} +} \ No newline at end of file diff --git a/src/neynar-api/common/version.ts b/src/neynar-api/common/version.ts index f5e9f16f..3e79f5b7 100644 --- a/src/neynar-api/common/version.ts +++ b/src/neynar-api/common/version.ts @@ -1 +1 @@ -export const version = "1.67.0"; \ No newline at end of file +export const version = "1.67.1"; \ No newline at end of file