diff --git a/CHANGELOG.md b/CHANGELOG.md index 10bbad3..6455645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.35.1](https://github.com/rpidanny/darwin/compare/v1.35.0...v1.35.1) (2024-07-15) + +### Bug Fixes + +* **deps:** bump json-2-csv from 5.5.2 to 5.5.4 ([#94](https://github.com/rpidanny/darwin/issues/94)) ([4bf4716](https://github.com/rpidanny/darwin/commit/4bf4716e4141d2bb0ab111a336d4238aa8ea7e7a)) + ## [1.35.0](https://github.com/rpidanny/darwin/compare/v1.34.1...v1.35.0) (2024-07-12) ### Features diff --git a/README.md b/README.md index 00daff8..b9d798e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ $ npm install -g @rpidanny/darwin $ darwin COMMAND running command... $ darwin (--version) -@rpidanny/darwin/1.35.0 linux-x64 node-v20.15.0 +@rpidanny/darwin/1.35.1 linux-x64 node-v20.15.0 $ darwin --help [COMMAND] USAGE $ darwin COMMAND diff --git a/docs/chat.md b/docs/chat.md index 9564ed1..990afef 100644 --- a/docs/chat.md +++ b/docs/chat.md @@ -27,4 +27,4 @@ EXAMPLES $ darwin chat ``` -_See code: [src/commands/chat/index.ts](https://github.com/rpidanny/darwin/blob/v1.35.0/src/commands/chat/index.ts)_ +_See code: [src/commands/chat/index.ts](https://github.com/rpidanny/darwin/blob/v1.35.1/src/commands/chat/index.ts)_ diff --git a/docs/config.md b/docs/config.md index 2b6e61a..3962851 100644 --- a/docs/config.md +++ b/docs/config.md @@ -24,7 +24,7 @@ EXAMPLES $ darwin config get ``` -_See code: [src/commands/config/get.ts](https://github.com/rpidanny/darwin/blob/v1.35.0/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/rpidanny/darwin/blob/v1.35.1/src/commands/config/get.ts)_ ## `darwin config set` @@ -44,4 +44,4 @@ EXAMPLES $ darwin config set ``` -_See code: [src/commands/config/set.ts](https://github.com/rpidanny/darwin/blob/v1.35.0/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/rpidanny/darwin/blob/v1.35.1/src/commands/config/set.ts)_ diff --git a/docs/download.md b/docs/download.md index 307ef73..1720afc 100644 --- a/docs/download.md +++ b/docs/download.md @@ -31,4 +31,4 @@ EXAMPLES $ darwin download papers "crispr cas9" --output papers/ --count 100 --log-level debug ``` -_See code: [src/commands/download/papers.ts](https://github.com/rpidanny/darwin/blob/v1.35.0/src/commands/download/papers.ts)_ +_See code: [src/commands/download/papers.ts](https://github.com/rpidanny/darwin/blob/v1.35.1/src/commands/download/papers.ts)_ diff --git a/docs/search.md b/docs/search.md index c2a1adf..75ee6b1 100644 --- a/docs/search.md +++ b/docs/search.md @@ -65,7 +65,7 @@ FLAG DESCRIPTIONS Refer to the FAQ for details on each method. ``` -_See code: [src/commands/search/accession.ts](https://github.com/rpidanny/darwin/blob/v1.35.0/src/commands/search/accession.ts)_ +_See code: [src/commands/search/accession.ts](https://github.com/rpidanny/darwin/blob/v1.35.1/src/commands/search/accession.ts)_ ## `darwin search papers KEYWORDS` @@ -128,4 +128,4 @@ FLAG DESCRIPTIONS Refer to the FAQ for details on each method. ``` -_See code: [src/commands/search/papers.ts](https://github.com/rpidanny/darwin/blob/v1.35.0/src/commands/search/papers.ts)_ +_See code: [src/commands/search/papers.ts](https://github.com/rpidanny/darwin/blob/v1.35.1/src/commands/search/papers.ts)_ diff --git a/docs/update.md b/docs/update.md index 27cce80..62eb65f 100644 --- a/docs/update.md +++ b/docs/update.md @@ -23,4 +23,4 @@ EXAMPLES $ darwin update ``` -_See code: [src/commands/update/index.ts](https://github.com/rpidanny/darwin/blob/v1.35.0/src/commands/update/index.ts)_ +_See code: [src/commands/update/index.ts](https://github.com/rpidanny/darwin/blob/v1.35.1/src/commands/update/index.ts)_ diff --git a/docs/use-cases.md b/docs/use-cases.md index 5b0c101..eba57ed 100644 --- a/docs/use-cases.md +++ b/docs/use-cases.md @@ -14,6 +14,11 @@ +- [Literature Search](#literature-search) + - [Example: Finding References about Biomarkers in Your Research](#example-finding-references-about-biomarkers-in-your-research) + + + ## Literature Search This tool is designed to help you quickly and efficiently search for research papers based on the keywords you input. It's ideal for gaining an instant understanding of a topic through relevant literature. diff --git a/package-lock.json b/package-lock.json index 5b7ab8b..7512757 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rpidanny/darwin", - "version": "1.35.0", + "version": "1.35.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rpidanny/darwin", - "version": "1.35.0", + "version": "1.35.1", "license": "MIT", "dependencies": { "@json2csv/node": "^7.0.6", diff --git a/package.json b/package.json index 1070d81..6424de6 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.35.0", + "version": "1.35.1", "author": "Abhishek ", "bin": { "darwin": "./bin/run.js"