From 903a71c456cc3323420b7e35d230b5da67d7778e Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 21 Apr 2021 22:28:45 -0400 Subject: [PATCH] v1.4.0 --- examples/package.json | 4 ++-- lerna.json | 2 +- packages/clubhouse-crawler/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/package.json b/examples/package.json index acba19a..57ac9f8 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,7 +1,7 @@ { "name": "clubhouse-examples", "private": true, - "version": "1.3.3", + "version": "1.4.0", "description": "Clubhouse example scripts.", "license": "MIT", "author": "Travis Fischer ", @@ -10,7 +10,7 @@ }, "dependencies": { "clubhouse-client": "^1.3.0", - "clubhouse-crawler": "^1.3.2", + "clubhouse-crawler": "^1.4.0", "delay": "^5.0.0", "dotenv-safe": "^8.2.0", "prompts": "^2.4.1" diff --git a/lerna.json b/lerna.json index 24e921b..96d6ebc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.3.3", + "version": "1.4.0", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/clubhouse-crawler/package.json b/packages/clubhouse-crawler/package.json index 30c91d9..5cb52a9 100644 --- a/packages/clubhouse-crawler/package.json +++ b/packages/clubhouse-crawler/package.json @@ -1,6 +1,6 @@ { "name": "clubhouse-crawler", - "version": "1.3.2", + "version": "1.4.0", "description": "Clubhouse social graph crawler with Neo4j support.", "repository": "transitive-bullshit/clubhouse", "author": "Travis Fischer ",