From 940769becd7f4594fb8dffc3be036ba18fdeefa9 Mon Sep 17 00:00:00 2001 From: Rohitt Vashishtha Date: Tue, 22 Oct 2024 18:10:22 +0530 Subject: [PATCH] release: Update version to 2.1.0. --- examples/interactive_call_endpoint.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/interactive_call_endpoint.js b/examples/interactive_call_endpoint.js index 2aed684..0736312 100644 --- a/examples/interactive_call_endpoint.js +++ b/examples/interactive_call_endpoint.js @@ -17,7 +17,7 @@ const endpoint = process.argv[3] || '/users/me'; const params = JSON.parse(process.argv[4] || '{}'); const zuliprc = process.argv[5] ? path.resolve(__dirname, process.argv[5]) - : path.resolve(homedir, '.zuliprc'); + : path.resolve(homedir, 'zuliprc'); (async () => { const z = await zulip({ zuliprc }); diff --git a/package.json b/package.json index aaee3e8..7fd1938 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zulip-js", - "version": "2.0.9", + "version": "2.1.0", "description": "Javascript library to access the Zulip API", "main": "lib/index.js", "directories": {