From 7c3f15c5077f0a87b4160fe00ccf880a0ecbba3e Mon Sep 17 00:00:00 2001 From: yyh Date: Mon, 5 Jan 2026 13:57:45 +0800 Subject: [PATCH] chore(nodejs-client): bump version to 3.1.0 --- sdks/nodejs-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/nodejs-client/package.json b/sdks/nodejs-client/package.json index 5c3540217d..e48ef3717d 100644 --- a/sdks/nodejs-client/package.json +++ b/sdks/nodejs-client/package.json @@ -1,6 +1,6 @@ { "name": "dify-client", - "version": "3.0.0", + "version": "3.1.0", "description": "This is the Node.js SDK for the Dify.AI API, which allows you to easily integrate Dify.AI into your Node.js applications.", "type": "module", "main": "./dist/index.js",