From 4bf27341387a5bd612b0c7c3c473ce63a6d04080 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Jul 2024 19:22:11 +0000 Subject: [PATCH] chore(release): 1.26.1 ## [1.26.1](https://github.com/rpidanny/darwin/compare/v1.26.0...v1.26.1) (2024-07-02) ### Bug Fixes * handle captcha errors ([#68](https://github.com/rpidanny/darwin/issues/68)) ([19daa95](https://github.com/rpidanny/darwin/commit/19daa9542c86f34345ad2649d473f712787d1780)) --- CHANGELOG.md | 6 ++++++ README.md | 2 +- docs/chat.md | 2 +- docs/config.md | 4 ++-- docs/download.md | 2 +- docs/search.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 8 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb50b3d..6bbad65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.26.1](https://github.com/rpidanny/darwin/compare/v1.26.0...v1.26.1) (2024-07-02) + +### Bug Fixes + +* handle captcha errors ([#68](https://github.com/rpidanny/darwin/issues/68)) ([19daa95](https://github.com/rpidanny/darwin/commit/19daa9542c86f34345ad2649d473f712787d1780)) + ## [1.26.0](https://github.com/rpidanny/darwin/compare/v1.25.0...v1.26.0) (2024-07-02) ### Features diff --git a/README.md b/README.md index dde5e7e..c0c13f0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ npm install -g @rpidanny/darwin $ darwin COMMAND running command... $ darwin (--version) -@rpidanny/darwin/1.26.0 linux-x64 node-v20.15.0 +@rpidanny/darwin/1.26.1 linux-x64 node-v20.15.0 $ darwin --help [COMMAND] USAGE $ darwin COMMAND diff --git a/docs/chat.md b/docs/chat.md index 7a49fac..3841b40 100644 --- a/docs/chat.md +++ b/docs/chat.md @@ -30,4 +30,4 @@ EXAMPLES $ darwin chat ``` -_See code: [src/commands/chat/index.ts](https://github.com/rpidanny/darwin/blob/v1.26.0/src/commands/chat/index.ts)_ +_See code: [src/commands/chat/index.ts](https://github.com/rpidanny/darwin/blob/v1.26.1/src/commands/chat/index.ts)_ diff --git a/docs/config.md b/docs/config.md index b9ec0a0..a728c55 100644 --- a/docs/config.md +++ b/docs/config.md @@ -25,7 +25,7 @@ EXAMPLES $ darwin config get ``` -_See code: [src/commands/config/get.ts](https://github.com/rpidanny/darwin/blob/v1.26.0/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/rpidanny/darwin/blob/v1.26.1/src/commands/config/get.ts)_ ## `darwin config set` @@ -42,4 +42,4 @@ EXAMPLES $ darwin config set ``` -_See code: [src/commands/config/set.ts](https://github.com/rpidanny/darwin/blob/v1.26.0/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/rpidanny/darwin/blob/v1.26.1/src/commands/config/set.ts)_ diff --git a/docs/download.md b/docs/download.md index 1007fbd..e64fb36 100644 --- a/docs/download.md +++ b/docs/download.md @@ -32,4 +32,4 @@ EXAMPLES $ darwin download papers "crispr cas9" -o papers/ -c 100 --log-level debug ``` -_See code: [src/commands/download/papers.ts](https://github.com/rpidanny/darwin/blob/v1.26.0/src/commands/download/papers.ts)_ +_See code: [src/commands/download/papers.ts](https://github.com/rpidanny/darwin/blob/v1.26.1/src/commands/download/papers.ts)_ diff --git a/docs/search.md b/docs/search.md index de58df0..5185d2a 100644 --- a/docs/search.md +++ b/docs/search.md @@ -53,7 +53,7 @@ FLAG DESCRIPTIONS Summaries are generated using LLM (either OpenAI or Local). ``` -_See code: [src/commands/search/accession.ts](https://github.com/rpidanny/darwin/blob/v1.26.0/src/commands/search/accession.ts)_ +_See code: [src/commands/search/accession.ts](https://github.com/rpidanny/darwin/blob/v1.26.1/src/commands/search/accession.ts)_ ## `darwin search papers KEYWORDS` @@ -94,4 +94,4 @@ FLAG DESCRIPTIONS Summaries are generated using LLM (either OpenAI or Local). ``` -_See code: [src/commands/search/papers.ts](https://github.com/rpidanny/darwin/blob/v1.26.0/src/commands/search/papers.ts)_ +_See code: [src/commands/search/papers.ts](https://github.com/rpidanny/darwin/blob/v1.26.1/src/commands/search/papers.ts)_ diff --git a/package-lock.json b/package-lock.json index 06349cc..6a26c48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rpidanny/darwin", - "version": "1.26.0", + "version": "1.26.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rpidanny/darwin", - "version": "1.26.0", + "version": "1.26.1", "license": "MIT", "dependencies": { "@json2csv/node": "^7.0.6", diff --git a/package.json b/package.json index e9b4a26..b02a143 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rpidanny/darwin", "description": "An elegant CLI wizard enhancing biotech research efficiency, with adaptable features for other domains, albeit with minor constraints.", - "version": "1.26.0", + "version": "1.26.1", "author": "Abhishek ", "bin": { "darwin": "./bin/run.js"