Skip to content

Commit

Permalink
release: Update version to 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
aero31aero committed Oct 22, 2024
1 parent cee3387 commit 940769b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/interactive_call_endpoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 940769b

Please sign in to comment.